mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
that one was in tunnels so it doesn't count
This commit is contained in:
@@ -423,7 +423,7 @@ GLOBAL_DATUM_INIT(_preloader, /dmm_suite/preloader, new)
|
||||
if(istype(F.loc, /area/submap) && F.outdoors != 1)
|
||||
var/turf/above = GetAbove(F)
|
||||
if(above && istype(above, /turf/simulated/open))
|
||||
above.ChangeTurf(get_base_turf_by_area(F), FALSE, TRUE)
|
||||
above.ChangeTurf(get_base_turf_by_area(F), FALSE, TRUE) //CHOMPAdd End
|
||||
|
||||
/dmm_suite/proc/create_atom(path, crds)
|
||||
set waitfor = FALSE
|
||||
|
||||
Reference in New Issue
Block a user