Hotkey Mode: On (#11429)

This commit is contained in:
Geeves
2021-03-20 23:03:02 +02:00
committed by GitHub
parent 158d70e340
commit ec77ede6c9
3 changed files with 9 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
show_laws(0)
// the fuck
winset(src, null, "mainwindow.macro=borgmacro input.focus=true input.background-color=#D3B5B5")
winset(src, null, "mainwindow.macro=borghotkeymode hotkey_toggle.is-checked=true mapwindow.map.focus=true input.background-color=#D3B5B5")
// Forces synths to select an icon relevant to their module
if(module && !icon_selected)

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 input.focus=true input.background-color=#D3B5B5")
winset(src, null, "mainwindow.macro=hotkeymode hotkey_toggle.is-checked=true mapwindow.map.focus=true input.background-color=#D3B5B5")
MOB_STOP_THINKING(src)
update_client_color()