mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 21:40:55 +01:00
Updated SSAtoms to TG's version (#18032)
* emperor protects * sdfas * sadf * sdf
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user