mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
Makes C Toggle Move Intents (#15644)
This commit is contained in:
@@ -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 ..()
|
||||
|
||||
Reference in New Issue
Block a user