Fixes hierophant barrier and blob structures allowing things through (#48746)

This commit is contained in:
Emmett Gaines
2020-01-13 17:59:30 -05:00
committed by moo
parent ecd2622a75
commit 37a83ed511
2 changed files with 6 additions and 6 deletions
@@ -533,13 +533,13 @@ Difficulty: Hard
if(QDELETED(caster))
return FALSE
if(mover == caster.pulledby)
return TRUE
return
if(istype(mover, /obj/projectile))
var/obj/projectile/P = mover
if(P.firer == caster)
return TRUE
if(mover == caster)
return TRUE
return
if(mover != caster)
return FALSE
/obj/effect/temp_visual/hierophant/chaser //a hierophant's chaser. follows target around, moving and producing a blast every speed deciseconds.
duration = 98