Adds a rudimentary system to summon equipment for distress teams, Tweaks the IAC team (#8331)

This commit is contained in:
fernerr
2020-03-10 21:31:53 +01:00
committed by GitHub
parent 80183cb947
commit 4a9d605785
15 changed files with 2282 additions and 1951 deletions
+1 -1
View File
@@ -72,7 +72,7 @@
if(T.y + height > world.maxy)
return
var/list/bounds = maploader.load_map(file(mappath), T.x, T.y, T.z, cropMap=TRUE, no_changeturf = TRUE)
var/list/bounds = maploader.load_map(file(mappath), T.x, T.y, T.z, cropMap=TRUE, no_changeturf = FALSE)
if(!bounds)
return