mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Borg Bag Fixes and Refactors (#20578)
Fixes #19603 Fixes #20558 - bugfix: "Fixes plant bags - now uses storage_slot system, along with other bag subtypes." - bugfix: "Borgs can interact with tables again." - refactor: "Refactors make_exact_fit to be a binary variable." - refactor: "Refactors storage items to use make_exact_fit instead of arbitrary max_storage_space values." - refactor: "Refactors storage items to use defines for storage space." - bugfix: "Fixes monkey cube boxes having superfluous overlay." - rscadd: "Updates the progress bar toggle message." - qol: "Objects that rotated 90 degrees in storage no longer rotate in storage slots." <img width="732" alt="dreamseeker_qRVkIlYN78" src="https://github.com/user-attachments/assets/1226ed22-52c1-4965-a1b4-2290e56a2ab3" />
This commit is contained in:
@@ -151,10 +151,7 @@
|
||||
|
||||
prefs.toggles_secondary ^= PROGRESS_BARS
|
||||
prefs.save_preferences()
|
||||
if (prefs.toggles_secondary & PROGRESS_BARS)
|
||||
to_chat(src, "You will now see progress bars on delayed actions.")
|
||||
else
|
||||
to_chat(src, "You will no longer see progress bars on delayed actions.")
|
||||
to_chat(src, SPAN_NOTICE("Progress bars are now [prefs.toggles_secondary & PROGRESS_BARS ? "enabled" : "disabled"]."))
|
||||
|
||||
/client/verb/toggle_floating_messages()
|
||||
set name = "Toggle Floating Messages"
|
||||
|
||||
Reference in New Issue
Block a user