Fixes fingerless gloves and bacon burger (#5339)

* Fixes the bacon burger.

* Fixes the fingerless gloves.

* Fixes the chocolate box too.
This commit is contained in:
Alberyk
2018-09-30 15:12:38 -03:00
committed by Werner
parent 87b6614b38
commit 28c6a2749f
3 changed files with 6 additions and 11 deletions

View File

@@ -4988,7 +4988,7 @@
name = "mystery chocolate truffle"
desc = "Rich bite-sized chocolate with a mystery filling!"
/obj/item/weapon/reagent_containers/food/snacks/random/Initialize()
/obj/item/weapon/reagent_containers/food/snacks/truffle/random/Initialize()
. = ..()
var/reagent_string = pick(list("cream","cherryjelly","mint","frostoil","capsaicin","cream","coffee","milkshake"))
reagents.add_reagent(reagent_string, 4)
@@ -5077,7 +5077,7 @@
nutriment_desc = list("pizza crust" = 5, "tomato" = 5)
nutriment_amt = 5
/obj/item/weapon/reagent_containers/food/snacks/baconburger
/obj/item/weapon/reagent_containers/food/snacks/burger/bacon
name = "bacon burger"
desc = "The cornerstone of every nutritious breakfast, now with bacon!"
icon_state = "hburger"