mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 00:01:54 +08:00
Merge pull request #204 from rgravina/188_fix_jshint_warnings
This commit is contained in:
@@ -251,7 +251,7 @@ Events.Outside = [
|
||||
{ /* Soldier attack */
|
||||
title: _('A Military Raid'),
|
||||
isAvailable: function() {
|
||||
return Engine.activeModule == Outside && $SM.get('game.population', true) > 0 && $SM.get('game.cityCleared');;
|
||||
return Engine.activeModule == Outside && $SM.get('game.population', true) > 0 && $SM.get('game.cityCleared');
|
||||
},
|
||||
scenes: {
|
||||
'start': {
|
||||
|
||||
Reference in New Issue
Block a user