mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +01:00
Fixes a bunch more hurt -> harm checks
This commit is contained in:
@@ -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