mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
[MIRROR] Removed antiquated intent cycle hotkey for borgs (#3205)
* Removed antiquated intent cycle hotkey for borgs (#56740) The intent_cycle hotkey for borgs was left behind during the combat mode switch. It does nothing on its own, but existing as a default hotkey blocks the actual combat mode hotkey unless unbound manually. Closes #56668 Related to #56601 * Removed antiquated intent cycle hotkey for borgs Co-authored-by: zxaber <37497534+zxaber@users.noreply.github.com>
This commit is contained in:
@@ -50,21 +50,6 @@
|
||||
R.toggle_module(3)
|
||||
return TRUE
|
||||
|
||||
/datum/keybinding/robot/intent_cycle
|
||||
hotkey_keys = list("4")
|
||||
name = "cycle_intent"
|
||||
full_name = "Cycle intent left"
|
||||
description = "Cycles the intent left"
|
||||
keybind_signal = COMSIG_KB_SILICON_CYCLEINTENT_DOWN
|
||||
|
||||
/datum/keybinding/robot/intent_cycle/down(client/user)
|
||||
. = ..()
|
||||
if(.)
|
||||
return
|
||||
var/mob/living/silicon/robot/R = user.mob
|
||||
R.set_combat_mode(!R.combat_mode)
|
||||
return TRUE
|
||||
|
||||
/datum/keybinding/robot/unequip_module
|
||||
hotkey_keys = list("Q")
|
||||
name = "unequip_module"
|
||||
|
||||
Reference in New Issue
Block a user