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:
BurgerLUA
2018-08-25 04:52:11 -07:00
committed by Erki
parent 10ea7bac29
commit abec2948c9
9 changed files with 87 additions and 46 deletions

View File

@@ -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))