Merge pull request #11155 from necromanceranne/cham_project_exploities

Cham projector no longer lets you become literally unclickable
This commit is contained in:
Lin
2020-02-20 16:50:07 -06:00
committed by GitHub
@@ -49,6 +49,10 @@
return
if(istype(target, /obj/structure/falsewall))
return
if(target.alpha != 255)
return
if(target.invisibility != 0)
return
if(iseffect(target))
if(!(istype(target, /obj/effect/decal))) //be a footprint
return