Fixes the Hierophant not spawning its crusher trophy

This commit is contained in:
CitadelStationBot
2017-08-08 22:24:01 -05:00
parent 41f42aabca
commit 764ebb2e5e
2 changed files with 2 additions and 1 deletions
@@ -284,7 +284,7 @@
L.adjustBruteLoss(bonus_value)
/obj/item/crusher_trophy/tail_spike/proc/pushback(mob/living/target, mob/living/user)
if(!target.anchored || ismegafauna(target)) //megafauna will always be pushed
if(!QDELETED(target) && !QDELETED(user) && (!target.anchored || ismegafauna(target))) //megafauna will always be pushed
step(target, get_dir(user, target))
//bubblegum