Does more work, particularly on zlevel stuff.

This commit is contained in:
Neerti
2018-12-19 18:31:41 -05:00
parent 96527e47b8
commit e8a94d915e
70 changed files with 201 additions and 50 deletions
+2 -1
View File
@@ -104,7 +104,8 @@ var/global/use_preloader = FALSE
if(cropMap)
continue
else
world.maxz = zcrd //create a new z_level if needed
while(world.maxz < zcrd)
world.increment_max_z() // create a new z_level if needed.
if(!no_changeturf)
WARNING("Z-level expansion occurred without no_changeturf set, this may cause problems")