[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:
SkyratBot
2021-02-08 23:47:24 +00:00
committed by GitHub
co-authored by zxaber
parent 076d3c3a1f
commit 175d5e0301
2 changed files with 0 additions and 16 deletions
-15
View File
@@ -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"