mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 16:42:13 +00:00
Hotkey Mode: On (#11429)
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user