Use Outside.killVillagers to kill villagers

This commit is contained in:
Travis Weston
2015-02-12 12:45:27 -05:00
parent 6ee6470972
commit 7333d03dbb
+1 -1
View File
@@ -80,7 +80,7 @@ Events.Outside = [
var population = $SM.get('game.population', true);
var huts = $SM.get('game.buildings["hut"]', true);
$SM.set('game.buildings["hut"]', (huts - 1));
$SM.set('game.population', (population - 4));
Outside.killVillagers(4);
},
buttons: {
'mourn': {