Merge pull request #15721 from BlueWildrose/hierophantwalls
Fixes hierophant walls letting non-casters pass through them.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user