mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-30 12:02:24 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user