You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the TM list for today, which I don't think changed from last night when I tried this: #9124: 'Enable serverside 515.1614' by Crossedfall at commit 1b8f225 #11967: 'Puts life() on delta_time' by Tsar-Salat at commit 0211775 #12046: '[Port-Ish] Adds leaning to the game' by XeonMations at commit b3ab7b9
Describe the bug
When I was walking around as an AI shell, I noticed I was having troubles unequiping modules, since for some reason I thought Q would work but it didn't. After I was attacked by carps and couldn't equip a welder because my muscle memory kept screaming at me to hit Q to unquip one of my modules.
What did you expect?
I used LOOC to ask one of my fellow cyborgs and they also confirmed Q didn't work and you needed to click on the "store tool" button on the bottom right. After asking on the discord I was told that yes it did use to be a thing and I wasn't insane, and it might've been due to #11991 which messed with some keybindings, but I'm not so sure if that's the case.
Reproducible steps
Spawn in as a cyborg
Equip tool
Hit Q to unequip
It doesn't do anything
The text was updated successfully, but these errors were encountered:
tl;dr: when two keybinds are conflicting, they are resolved by priorities, and if that one can be used and works, the second one isn't executed anymore - priorities were changed making drop_item run before unequip_module and the game seems satisfied with what it does so that it doesn't run unequip_module
reverting to old priorities could be a solution but I'm unsure of consequences
BYOND Version
514.1589
Round Date
2025/01/20
Round ID
N/A
Test merges
This is the TM list for today, which I don't think changed from last night when I tried this:
#9124: 'Enable serverside 515.1614' by Crossedfall at commit 1b8f225
#11967: 'Puts life() on delta_time' by Tsar-Salat at commit 0211775
#12046: '[Port-Ish] Adds leaning to the game' by XeonMations at commit b3ab7b9
Describe the bug
When I was walking around as an AI shell, I noticed I was having troubles unequiping modules, since for some reason I thought Q would work but it didn't. After I was attacked by carps and couldn't equip a welder because my muscle memory kept screaming at me to hit Q to unquip one of my modules.
What did you expect?
I used LOOC to ask one of my fellow cyborgs and they also confirmed Q didn't work and you needed to click on the "store tool" button on the bottom right. After asking on the discord I was told that yes it did use to be a thing and I wasn't insane, and it might've been due to #11991 which messed with some keybindings, but I'm not so sure if that's the case.
Reproducible steps
The text was updated successfully, but these errors were encountered: