mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-06 15:34:35 +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 |