mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
Fixes invisible premium internals boxes (#3542)
## Changelog 🆑 LT3 fix: Premium internals boxes are no longer invisible /🆑
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user