Part 3: Storage Improvements (#90476)

Co-authored-by: _0Steven <42909981+00-Steven@users.noreply.github.com>
Co-authored-by: SmArtKar <44720187+SmArtKar@users.noreply.github.com>
This commit is contained in:
SyncIt21
2025-04-20 17:32:29 +05:30
committed by Shadow-Quill
parent 086b7cf2f6
commit 81c9e6ebd3
68 changed files with 2098 additions and 1670 deletions
+1 -7
View File
@@ -10,18 +10,12 @@
resistance_flags = FLAMMABLE
max_integrity = 100
w_class = WEIGHT_CLASS_BULKY
storage_type = /datum/storage/bag/money
/obj/item/storage/bag/money/Initialize(mapload)
. = ..()
if(prob(20))
icon_state = "moneybagalt"
atom_storage.max_slots = 40
atom_storage.max_specific_storage = 40
atom_storage.set_holdable(list(
/obj/item/coin,
/obj/item/stack/spacecash,
/obj/item/holochip
))
/obj/item/storage/bag/money/vault/PopulateContents()
new /obj/item/coin/silver(src)