mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-14 00:26:02 +01:00
intent cleanup (#16825)
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
if(armed)
|
||||
if(ishuman(AM))
|
||||
var/mob/living/carbon/H = AM
|
||||
if(H.m_intent == "run")
|
||||
if(H.m_intent == I_RUN)
|
||||
triggered(H)
|
||||
H.visible_message(span_warning("[H] accidentally steps on [src]."), \
|
||||
span_warning("You accidentally step on [src]"))
|
||||
|
||||
Reference in New Issue
Block a user