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
+1 -1
View File
@@ -70,7 +70,7 @@
return
if (spikes > 0)
if(user.a_intent == "hurt")
if(user.a_intent == "harm")
user.visible_message("\red <b> \The [user] fires \the [src] point blank at [M]!</b>")
Fire(M,user)
return
@@ -27,7 +27,7 @@
if(!target)
return
if(user.a_intent != "hurt")
if(user.a_intent != "harm")
return ..()
force = 5