mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user