mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-07-01 08:42:30 +08:00
Fixing whitespace conformity in outside.js
This commit is contained in:
@@ -66,10 +66,7 @@ Events.Outside = [
|
|||||||
{ /* Sickness */
|
{ /* Sickness */
|
||||||
title: _('Sickness'),
|
title: _('Sickness'),
|
||||||
isAvailable: function() {
|
isAvailable: function() {
|
||||||
return Engine.activeModule == Outside &&
|
return Engine.activeModule == Outside && $SM.get('game.population', true) > 10 && $SM.get('game.population', true) < 50 && $SM.get('stores.medicine', true) > 0;
|
||||||
$SM.get('game.population', true) > 10 &&
|
|
||||||
$SM.get('game.population', true) < 50 &&
|
|
||||||
$SM.get('stores.medicine', true) > 0;
|
|
||||||
},
|
},
|
||||||
scenes: {
|
scenes: {
|
||||||
'start': {
|
'start': {
|
||||||
@@ -241,4 +238,3 @@ Events.Outside = [
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
Reference in New Issue
Block a user