Skip to content

Commit

Permalink
Allows Science/Xenobio Bags To Carry Crossbreed Extracts (#3409)
Browse files Browse the repository at this point in the history
* Allows Science/Xenobio Bags To Carry Crossbreed Extracts

* Alphabetized the Objects in the Holdable List

* Added Monkestation Edit Markers
  • Loading branch information
MrBagHead authored Sep 17, 2024
1 parent 3b01179 commit 51226d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code/game/objects/items/storage/bags.dm
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,9 @@
atom_storage.max_total_storage = 200
atom_storage.max_slots = 25
atom_storage.set_holdable(list(
//MONKESTATION EDIT START
/obj/item/autoslime,
//MONKESTATION EDIT END
/obj/item/bodypart,
/obj/item/food/deadmouse,
/obj/item/food/monkeycube,
Expand All @@ -512,6 +515,9 @@
/obj/item/reagent_containers/cup/bottle,
/obj/item/reagent_containers/cup/tube,
/obj/item/reagent_containers/syringe,
//MONKESTATION EDIT START
/obj/item/slimecross,
//MONKESTATION EDIT END
/obj/item/slime_extract,
/obj/item/swab,
/obj/item/stack/biomass // monke: make science bags able to hold biomass cubes
Expand Down

0 comments on commit 51226d1

Please sign in to comment.