intent cleanup (#16825)

This commit is contained in:
Kashargul
2025-01-03 08:14:28 +01:00
committed by GitHub
parent e03fe8c077
commit 3094e65b71
40 changed files with 80 additions and 77 deletions
+1 -1
View File
@@ -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))