mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
Merge branch 'master' of https://github.com/tgstation/-tg-station into planes_on_a_snake
This commit is contained in:
@@ -257,7 +257,7 @@
|
||||
var/list/affecting_lights //not initialised until used (even empty lists reserve a fair bit of memory)
|
||||
|
||||
/turf/ChangeTurf(path)
|
||||
if(!path || path == type) //Sucks this is here but it would cause problems otherwise.
|
||||
if(!path || (!use_preloader && path == type)) //Sucks this is here but it would cause problems otherwise.
|
||||
return ..()
|
||||
|
||||
for(var/obj/effect/decal/cleanable/decal in src.contents)
|
||||
|
||||
Reference in New Issue
Block a user