Skip to content

Commit

Permalink
[MIRROR] [No GBP] Fixes an oversight with high-cap goodie cases (#5008)
Browse files Browse the repository at this point in the history
* [No GBP] Fixes an oversight with high-cap goodie cases (#4376)

Update goodies.dm

* [MIRROR] [No GBP] Fixes an oversight with high-cap goodie cases

---------

Co-authored-by: Stalkeros <[email protected]>
Co-authored-by: StealsThePRs <[email protected]>
  • Loading branch information
3 people authored Sep 8, 2024
1 parent 71dc980 commit 89aed0e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions modular_nova/modules/cargo/code/goodies.dm
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/obj/item/storage/lockbox/Initialize(mapload)
. = ..()
atom_storage.max_specific_storage = WEIGHT_CLASS_BULKY
atom_storage.max_total_storage = WEIGHT_CLASS_BULKY*16 //Assuming full case+manifest
atom_storage.max_slots = 16 //See above
atom_storage.can_hold = typecacheof(list(
/obj/item/paper,
))

/*
* EMERGENCY RACIAL EQUIPMENT
*/
Expand Down

0 comments on commit 89aed0e

Please sign in to comment.