Allows portable freezer to hold more items.

- Allows the freezer to hold bloodbags, beakers/bottles, drinks, and food instead of just organs.
This commit is contained in:
C.L
2022-08-19 18:23:45 -04:00
parent 4450e15c84
commit ac220df420
@@ -35,4 +35,7 @@
starts_with = list(/obj/item/weapon/reagent_containers/food/snacks/canned/brainzsnax = 6)
/obj/item/weapon/storage/box/brainzsnax/red
starts_with = list(/obj/item/weapon/reagent_containers/food/snacks/canned/brainzsnax/red = 6)
starts_with = list(/obj/item/weapon/reagent_containers/food/snacks/canned/brainzsnax/red = 6)
/obj/item/weapon/storage/box/freezer
can_hold = list(/obj/item/organ, /obj/item/weapon/reagent_containers/blood, /obj/item/weapon/reagent_containers/glass, /obj/item/weapon/reagent_containers/food)