Updated SSAtoms to TG's version (#18032)

* emperor protects

* sdfas

* sadf

* sdf
This commit is contained in:
Fluffy
2023-12-25 20:38:08 +00:00
committed by GitHub
parent 472d379ad7
commit a02be9f1fd
42 changed files with 495 additions and 281 deletions
@@ -122,6 +122,11 @@
/obj/effect/decal/cleanable/foam/Initialize(mapload, amt = 1, nologs = 0)
SHOULD_CALL_PARENT(FALSE)
if(flags_1 & INITIALIZED_1)
stack_trace("Warning: [src]([type]) initialized multiple times!")
flags_1 |= INITIALIZED_1
src.amount = amt
var/has_spread = 0
@@ -133,8 +138,6 @@
has_spread = 1
break
initialized = TRUE
if(!has_spread)
Spread()
QDEL_IN(src, 2 MINUTES)