Fix - Directional warning stripe decals initiate with the proper direction (#17249)

This commit is contained in:
Vi3trice
2021-12-19 19:03:56 +01:00
committed by GitHub
parent b2e616753c
commit 8da300fb73
@@ -52,7 +52,8 @@
/obj/effect/decal/warning_stripes/Initialize()
. = ..()
loc.overlays += src
var/image/I = image(icon, icon_state = icon_state, dir = dir)
loc.add_overlay(I)
qdel(src)
// Credit to Neinhaus for making these into individual decals.