mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-02-06 06:10:03 +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 |