Hotkey Toggle Tweak (#10378)

* Hotkey Toggle Tweak

* tweaks the tweak
This commit is contained in:
Geeves
2020-11-07 11:30:07 -03:00
committed by GitHub
parent 27dbc3878b
commit 73e34274c1
3 changed files with 8 additions and 2 deletions
@@ -4,7 +4,7 @@
show_laws(0)
// the fuck
winset(src, null, "mainwindow.macro=borgmacro hotkey_toggle.is-checked=false input.focus=true input.background-color=#D3B5B5")
winset(src, null, "mainwindow.macro=borgmacro input.focus=true input.background-color=#D3B5B5")
// Forces synths to select an icon relevant to their module
if(module && !icon_selected)
+1 -1
View File
@@ -82,7 +82,7 @@
eyeobj.possess(src)
//set macro to normal incase it was overriden (like cyborg currently does)
winset(src, null, "mainwindow.macro=macro hotkey_toggle.is-checked=false input.focus=true input.background-color=#D3B5B5")
winset(src, null, "mainwindow.macro=macro input.focus=true input.background-color=#D3B5B5")
MOB_STOP_THINKING(src)
update_client_color()
+6
View File
@@ -0,0 +1,6 @@
author: Geeves
delete-after: True
changes:
- tweak: "Changing between mobs no longer changes your hotkey toggle status."