mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-13 16:07:13 +08:00
bug fix Outside.init > set features.location.outside to true
This commit is contained in:
+1
-1
@@ -139,7 +139,7 @@ var Outside = {
|
|||||||
$.Dispatch('stateUpdate').subscribe(Outside.handleStateUpdates);
|
$.Dispatch('stateUpdate').subscribe(Outside.handleStateUpdates);
|
||||||
|
|
||||||
if(typeof $SM.get('features.location.outside') == 'undefined') {
|
if(typeof $SM.get('features.location.outside') == 'undefined') {
|
||||||
$SM.set('features.location.outside');
|
$SM.set('features.location.outside', true);
|
||||||
$SM.setM('game.outside', {
|
$SM.setM('game.outside', {
|
||||||
buildings: {},
|
buildings: {},
|
||||||
population: 0,
|
population: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user