Merge pull request #4648 from Citadel-Station-13/upstream-merge-34046

[MIRROR] Fixes splash-fried deepfryholders not having any cooking oil in them
This commit is contained in:
LetterJay
2018-01-03 15:24:15 -06:00
committed by GitHub
@@ -101,6 +101,7 @@
O.loc.visible_message("<span class='warning'>[O] rapidly fries as it's splashed with hot oil! Somehow.</span>")
var/obj/item/reagent_containers/food/snacks/deepfryholder/F = new(O.drop_location(), O)
F.fry(volume)
F.reagents.add_reagent("cooking_oil", reac_volume)
/datum/reagent/consumable/cooking_oil/reaction_mob(mob/living/M, method = TOUCH, reac_volume, show_message = 1, touch_protection = 0)
if(!istype(M))