Merge pull request #13266 from Ghommie/Ghommie-cit836

Fixing some mistakes with the priority overlays removal PR.
This commit is contained in:
silicons
2020-08-29 21:22:44 -07:00
committed by GitHub
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)