[MIRROR] intent cleanup (#9778)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-01-03 13:57:25 -07:00
committed by GitHub
parent 667c3c4c13
commit 16d5b45148
53 changed files with 115 additions and 111 deletions

View File

@@ -29,7 +29,7 @@
return
if(istype(AM, /mob/living))
var/mob/living/M = AM
if(M.m_intent == "run" && prob(5))
if(M.m_intent == I_RUN && prob(5))
M.Weaken(2)
to_chat(M, "You trip over the [src]!")