Merge pull request #230 from anubisthejackle/issue229

Fix negative gatherers
This commit is contained in:
Blake Grotewold
2015-02-12 12:52:09 -05:00
10 changed files with 6063 additions and 6063 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ Events.Outside = [
var population = $SM.get('game.population', true); var population = $SM.get('game.population', true);
var huts = $SM.get('game.buildings["hut"]', true); var huts = $SM.get('game.buildings["hut"]', true);
$SM.set('game.buildings["hut"]', (huts - 1)); $SM.set('game.buildings["hut"]', (huts - 1));
$SM.set('game.population', (population - 4)); Outside.killVillagers(4);
}, },
buttons: { buttons: {
'mourn': { 'mourn': {