mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 04:02:31 +00:00
9 lines
170 B
Plaintext
9 lines
170 B
Plaintext
/obj/effect/decal/warning_stripes
|
|
icon = 'icons/effects/warning_stripes.dmi'
|
|
layer = 2
|
|
|
|
/obj/effect/decal/warning_stripes/New()
|
|
. = ..()
|
|
|
|
loc.overlays += src
|
|
del src |