diff --git a/script/events/outside.js b/script/events/outside.js index c2baeb157..696f75d36 100644 --- a/script/events/outside.js +++ b/script/events/outside.js @@ -135,7 +135,7 @@ Events.Outside = [ _('the nights are rent with screams.') ], onLoad: function() { - var numKilled = Math.floor(Math.random() * 20) + 1; + var numKilled = Math.floor(Math.random() * Math.floor($SM.get('game.population', true)/2)) + 1; Outside.killVillagers(numKilled); }, buttons: {