mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 05:57:24 +01:00
Fixes a bunch more hurt -> harm checks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user