mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Storage z-fighting bugfix (#20518)
Fixes this shit from happening. <img width="256" alt="dreamseeker_siriznpX2I" src="https://github.com/user-attachments/assets/ed7c1daa-79bb-4030-9667-547d7756d350" />
This commit is contained in:
@@ -297,7 +297,7 @@
|
||||
contained_sprite = TRUE
|
||||
w_class = WEIGHT_CLASS_NORMAL
|
||||
display_contents_with_number = TRUE
|
||||
max_storage_space = 28
|
||||
max_storage_space = DEFAULT_BACKPACK_STORAGE
|
||||
force_column_number = 3 // we want 4 slots to appear, so 3 columns + 1 free (to insert stuff)
|
||||
storage_slots = 14
|
||||
can_hold = list(/obj/item/inflatable)
|
||||
|
||||
Reference in New Issue
Block a user