Fixes some cases where changeturf were called incorrectly (#32584)

This commit is contained in:
Emmett Gaines
2017-11-11 06:34:56 -05:00
committed by CitadelStationBot
parent 662c42b450
commit c2d1a16954
2 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -74,7 +74,7 @@
if(T.y+height > world.maxy)
return
var/list/bounds = maploader.load_map(file(mappath), T.x, T.y, T.z, cropMap=TRUE)
var/list/bounds = maploader.load_map(file(mappath), T.x, T.y, T.z, cropMap=TRUE, no_changeturf=(SSatoms.initialized == INITIALIZATION_INSSATOMS))
if(!bounds)
return