mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-22 05:17:38 +01:00
Reverts/removes the forced sprint and resist keybindings on SPACE and SHIFT+R respectively (#18233)
* changes * cl
This commit is contained in:
@@ -1043,29 +1043,6 @@ default behaviour is:
|
||||
set name = "throw_intent_toggle"
|
||||
toggle_throw_mode()
|
||||
|
||||
/**
|
||||
* User by a macro in skin.dmf to toggle the running
|
||||
*/
|
||||
/mob/living/verb/run_intent_keyDown()
|
||||
set hidden = 1
|
||||
set name = "run_intent"
|
||||
|
||||
if(usr?.m_intent != M_WALK)
|
||||
return
|
||||
|
||||
if(hud_used?.move_intent)
|
||||
hud_used.move_intent.Click()
|
||||
|
||||
/mob/living/verb/run_intent_keyUp()
|
||||
set hidden = 1
|
||||
set name = "run_intent_up"
|
||||
|
||||
if(usr?.m_intent != M_RUN)
|
||||
return
|
||||
|
||||
if(hud_used?.move_intent)
|
||||
hud_used.move_intent.Click()
|
||||
|
||||
/mob/living/proc/add_hallucinate(var/amount)
|
||||
hallucination += amount
|
||||
hallucination += amount
|
||||
|
||||
Reference in New Issue
Block a user