mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 22:42:26 +01:00
Adds a rudimentary system to summon equipment for distress teams, Tweaks the IAC team (#8331)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user