Makes C Toggle Move Intents (#15644)

This commit is contained in:
Fox McCloud
2021-03-02 04:25:20 -05:00
committed by GitHub
parent 8bdc7846ea
commit 439505cd25
+3 -3
View File
@@ -33,7 +33,7 @@
if("E")
quick_equip()
return
if("Alt")
if("C")
toggle_move_intent()
return
else
@@ -66,7 +66,7 @@
if("E")
quick_equip()
return
if("Alt")
if("C")
toggle_move_intent()
return
//Bodypart selections
@@ -139,7 +139,7 @@
/mob/key_up(_key, client/user)
switch(_key)
if("Alt")
if("C")
toggle_move_intent()
return
return ..()