mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
Fixes #8550
This commit is contained in:
@@ -194,7 +194,7 @@
|
|||||||
else
|
else
|
||||||
I.lower_aim()
|
I.lower_aim()
|
||||||
return
|
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.
|
src << "\red Your move intent is now set to walk, as your targeter permits it." //Self explanitory.
|
||||||
set_m_intent("walk")
|
set_m_intent("walk")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user