Fixes a bunch more hurt -> harm checks

This commit is contained in:
ZomgPonies
2014-06-14 01:02:29 -04:00
parent 30ac3822b7
commit 386b1b8307
5 changed files with 8 additions and 76 deletions
@@ -120,7 +120,7 @@
..()
if(!buckled_mob) return
if(propelled || (pulling && (pulling.a_intent == "hurt")))
if(propelled || (pulling && (pulling.a_intent == "harm")))
var/mob/living/occupant = buckled_mob
unbuckle()
occupant.throw_at(A, 3, 2)