mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
Storage Fix 2, Featuring Maths (#20535)
I had to unironically bust out my pen and paper for this bullshit and magnifying tool to actually check if things were pixel perfect. - bugfix: "Fixes storage box alignment and storage space UI to use better maths." - qol: "Tweaks IDs, IDs and firing pins now rotate 90 degrees when in storage for easier clickability." - bugfix: "Fixes Item Tooltip toggle message." - bugfix: "Fixes roundstart items in storage not showing item outlines." Fixes #20529 --------- Signed-off-by: Wowzewow (Wezzy) <42310821+alsoandanswer@users.noreply.github.com> Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com>
This commit is contained in:
co-authored by
Fluffy
parent
a217abf9ba
commit
c46e21595b
@@ -181,4 +181,4 @@
|
||||
|
||||
prefs.toggles_secondary ^= HIDE_ITEM_TOOLTIPS
|
||||
prefs.save_preferences()
|
||||
to_chat(src, SPAN_NOTICE("Item outlines are now [prefs.toggles_secondary & HIDE_ITEM_TOOLTIPS ? "disabled" : "enabled"]."))
|
||||
to_chat(src, SPAN_NOTICE("Item tooltips are now [prefs.toggles_secondary & HIDE_ITEM_TOOLTIPS ? "disabled" : "enabled"]."))
|
||||
|
||||
Reference in New Issue
Block a user