This commit is contained in:
Chinsky
2015-04-13 06:41:58 +03:00
parent d39cc9686d
commit d6d005db6a

View File

@@ -194,7 +194,7 @@
else
I.lower_aim()
return
if(m_intent == "run" && T.client.target_can_move == 1 && T.client.target_can_run == 0)
if(iscarbon(src) && m_intent == "run" && T.client.target_can_move == 1 && T.client.target_can_run == 0)
src << "\red Your move intent is now set to walk, as your targeter permits it." //Self explanitory.
set_m_intent("walk")