Fixes invisible premium internals boxes (#3542)

## Changelog

🆑 LT3
fix: Premium internals boxes are no longer invisible
/🆑
This commit is contained in:
LT3
2025-04-17 19:02:21 +00:00
committed by GitHub
parent c8f94bd9dc
commit f6f72c2616
2 changed files with 3 additions and 2 deletions
@@ -25,8 +25,9 @@
return
atom_storage.max_slots += 2
atom_storage.max_total_storage += 4
name = "large [name]"
icon_state = "[icon_state]_large"
desc = "An upgraded box of survival essentials, Nanotrasen must value your life a little more than usual today." // BUBBER EDIT ADDITION
name = "premium [name]" // BUBBER EDIT CHANGE
icon_state = "internals_large" // BUBBER EDIT CHANGE - ORIGINAL: [icon_state]_large
/obj/item/storage/box/survival/PopulateContents()
if(crafted)
Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB