mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-15 10:04:30 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user