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
@@ -42,7 +42,7 @@
add_fingerprint(M)
if(ishuman(M))
var/mob/living/carbon/human/H = M
if(H.m_intent == "walk")
if(H.m_intent == I_WALK)
to_chat(H, span_warning("You stop at the edge of \the [src.name]."))
return FALSE
else