mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 06:58:30 +01:00
intent cleanup (#16825)
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
..()
|
||||
|
||||
/obj/item/deskbell/proc/ring(mob/user)
|
||||
if(user.a_intent == "harm")
|
||||
if(user.a_intent == I_HURT)
|
||||
playsound(src, 'sound/effects/deskbell_rude.ogg', 50, 1)
|
||||
to_chat(user,span_notice("You hammer [src] rudely!"))
|
||||
if (prob(2))
|
||||
|
||||
Reference in New Issue
Block a user