diff --git a/code/modules/mob/living/silicon/robot/login.dm b/code/modules/mob/living/silicon/robot/login.dm index b9a75b7621a..ec1c643d5da 100644 --- a/code/modules/mob/living/silicon/robot/login.dm +++ b/code/modules/mob/living/silicon/robot/login.dm @@ -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) diff --git a/code/modules/mob/login.dm b/code/modules/mob/login.dm index 9db9217fd6e..913cf815e0c 100644 --- a/code/modules/mob/login.dm +++ b/code/modules/mob/login.dm @@ -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() diff --git a/html/changelogs/geeves-hotkey_toggle.yml b/html/changelogs/geeves-hotkey_toggle.yml new file mode 100644 index 00000000000..ec775ba4659 --- /dev/null +++ b/html/changelogs/geeves-hotkey_toggle.yml @@ -0,0 +1,6 @@ +author: Geeves + +delete-after: True + +changes: + - tweak: "Changing between mobs no longer changes your hotkey toggle status." \ No newline at end of file