manual mirrors

This commit is contained in:
deathride58
2017-11-21 14:06:28 -05:00
parent e3fad3720d
commit ddbb5c34d4
6 changed files with 4 additions and 57 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
var/turf/T = loc
if(!istype(T)) //you know this will happen somehow
CRASH("Turf decal initialized in an object/nullspace")
T.AddComponent(/datum/component/turf_decal, dir, icon, icon_state)
T.AddComponent(/datum/component/decal, icon, icon_state, dir)
/obj/effect/turf_decal/stripes/line
icon_state = "warningline"