mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 00:01:54 +08:00
bugfix set ship,world location to true on init
This commit is contained in:
+1
-1
@@ -129,7 +129,7 @@ var World = {
|
||||
World.LANDMARKS[World.TILE.SWAMP] = {num: 1, minRadius: 15, maxRadius: World.RADIUS * 1.5, scene: 'swamp', label: 'A Murky Swamp'};
|
||||
|
||||
if(typeof $SM.get('features.location.world') == 'undefined') {
|
||||
$SM.set('features.location.world');
|
||||
$SM.set('features.location.world', true);
|
||||
$SM.setM('game.world', {
|
||||
map: World.generateMap(),
|
||||
mask: World.newMask()
|
||||
|
||||
Reference in New Issue
Block a user