mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 20:14:31 +01:00
some more new to init (#17231)
* some more new to init * rigs * rigs * intellisense moment * telcoms and landmarks * fix that as well * some more minor things * re add missing message * fix trash eating...
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
|
||||
/obj/effect/decal/cleanable/greenglow
|
||||
|
||||
/obj/effect/decal/cleanable/greenglow/New()
|
||||
..()
|
||||
/obj/effect/decal/cleanable/greenglow/Initialize(mapload, _age)
|
||||
. = ..()
|
||||
QDEL_IN(src, 2 MINUTES)
|
||||
|
||||
/obj/effect/decal/cleanable/dirt
|
||||
|
||||
@@ -33,10 +33,10 @@ generic_filth = TRUE means when the decal is saved, it will be switched out for
|
||||
return
|
||||
..()
|
||||
|
||||
/obj/effect/decal/cleanable/New()
|
||||
if (random_icon_states && length(src.random_icon_states) > 0)
|
||||
src.icon_state = pick(src.random_icon_states)
|
||||
..()
|
||||
/obj/effect/decal/cleanable/Initialize(mapload, _age)
|
||||
. = ..()
|
||||
if (random_icon_states && length(random_icon_states) > 0)
|
||||
icon_state = pick(random_icon_states)
|
||||
|
||||
|
||||
/obj/effect/decal/cleanable/update_icon()
|
||||
|
||||
Reference in New Issue
Block a user