Maploader improvements: Now skips space tiles, properly parses lists, commented and cleaned up.

beach.dmm is now unescapable.
Fixes #3114
This commit is contained in:
SkyMarshal
2013-06-21 20:12:23 -07:00
parent 32ca15fdb4
commit 9591c3773e
11 changed files with 651 additions and 576 deletions

View File

@@ -51,7 +51,8 @@ datum/controller/game_controller/New()
datum/controller/game_controller/proc/setup()
world.tick_lag = config.Ticklag
createRandomZlevel()
spawn(20)
createRandomZlevel()
if(!air_master)
air_master = new /datum/controller/air_system()