Allows Chemistry Bags To Hold Inhaler Cartridges (#20606)

Given that the pharmacist is given inhalers and autoinhalers to fill
every round with pneumalin, pulmo, dexalin, and whatever, I figured this
might've been an oversight.

Super helpful for Odyssey rounds when all the crew are going down and
medical wants to bring the entire fridge (8 autoinhalers + 2 inhalers +
4-6 small inhaler cartridges AND the bottles)

EDIT: Changed to only inhaler cartridges, not autoinhalers nor inhaler
bases.
This commit is contained in:
Acetrea
2025-03-24 11:24:06 +00:00
committed by GitHub
parent 0e247be088
commit e381c3ecac
3 changed files with 64 additions and 1 deletions
@@ -327,4 +327,8 @@
max_storage_space = 200
w_class = WEIGHT_CLASS_BULKY
slowdown = 1
can_hold = list(/obj/item/reagent_containers/pill,/obj/item/reagent_containers/glass/beaker,/obj/item/reagent_containers/glass/bottle)
can_hold = list(
/obj/item/reagent_containers/pill,
/obj/item/reagent_containers/glass/beaker,
/obj/item/reagent_containers/glass/bottle,
/obj/item/reagent_containers/personal_inhaler_cartridge)