Fixes hierophant walls letting non-casters pass through them

This commit is contained in:
Cognition
2022-07-22 23:35:15 -06:00
parent ed5b20179b
commit 82d0b15e68
@@ -500,6 +500,8 @@ Difficulty: Normal
var/obj/item/projectile/P = mover
if(P.firer == caster)
return TRUE
if(mover != caster)
return FALSE
if(mover == caster)
return TRUE