Fixing some mistakes with the priority overlays removal PR.

This commit is contained in:
Ghommie
2020-08-26 14:00:35 +02:00
parent 973839dee4
commit 2811f744e3
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -46,4 +46,4 @@
var/turf/T = loc
if(!istype(T)) //you know this will happen somehow
CRASH("Turf decal initialized in an object/nullspace")
T.AddElement(/datum/element/decal, icon, icon_state, turn(dir, -dir2angle(T.dir)), CLEAN_GOD, color, null, null, alpha)
T.AddElement(/datum/element/decal, icon, icon_state, dir, CLEAN_GOD, color, null, null, alpha)