mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-24 02:37:13 +01:00
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable. --> <!-- You can view Contributing.MD for a detailed description of the pull request process. --> ## About The Pull Request Silicons asked me too and he knows very well I'll do this dumb shit in one sitting.
11 lines
274 B
Plaintext
11 lines
274 B
Plaintext
/obj/effect/decal/warning_stripes
|
|
icon = 'icons/effects/warning_stripes.dmi'
|
|
|
|
/obj/effect/decal/warning_stripes/Initialize(mapload)
|
|
. = ..()
|
|
var/turf/T=get_turf(src)
|
|
var/image/I=image(icon, icon_state = icon_state, dir = dir)
|
|
I.color=color
|
|
T.add_overlay(I)
|
|
qdel(src)
|