mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-28 19:11:22 +00:00
Additional Reagent Fixes (#5170)
Fixes #5162 Fixes food unable to be placed specifically. Applied the specific placing code to all reagent containers, except for syringes, hypospray, and inhalers. Fixes missing Kelotane reagent for borg hypospray.
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
slot_flags = SLOT_BELT
|
||||
origin_tech = list(TECH_BIO = 2, TECH_MATERIAL = 2)
|
||||
matter = list(DEFAULT_WALL_MATERIAL = 250)
|
||||
center_of_mass = null
|
||||
|
||||
/obj/item/weapon/reagent_containers/personal_inhaler_cartridge/examine(var/mob/user)
|
||||
if(!..(user, 2))
|
||||
|
||||
Reference in New Issue
Block a user