mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Fix - Directional warning stripe decals initiate with the proper direction (#17249)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user