mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
Adds moth seeds to seedvend and various moth food fixes (#63352)
* Eob you dork. Thanks for the moth drinks. * this too. * Update megaseed.dm * Cooked pasta sheets instead of raw. * Pepper * Update misc.dm * mmmh webedit :drooling: * Update megaseed.dm
This commit is contained in:
@@ -27,6 +27,9 @@
|
||||
/obj/item/food/cheese/wheel/MakeProcessable()
|
||||
AddElement(/datum/element/processable, TOOL_KNIFE, /obj/item/food/cheese, 5, 30)
|
||||
|
||||
/obj/item/food/cheese/wheel/MakeBakeable()
|
||||
AddComponent(/datum/component/bakeable, /obj/item/food/baked_cheese, rand(20 SECONDS, 25 SECONDS), TRUE, TRUE)
|
||||
|
||||
/obj/item/food/cheese/royal
|
||||
name = "royal cheese"
|
||||
desc = "Ascend the throne. Consume the wheel. Feel the POWER."
|
||||
@@ -882,6 +885,7 @@
|
||||
food_reagents = list(/datum/reagent/consumable/nutriment = 3, /datum/reagent/consumable/nutriment/vitamin = 5, /datum/reagent/consumable/char = 1)
|
||||
tastes = list("bell pepper" = 1, "char" = 1)
|
||||
foodtypes = VEGETABLES
|
||||
burns_in_oven = TRUE
|
||||
|
||||
//DONK DINNER: THE INNOVATIVE WAY TO GET YOUR DAILY RECOMMENDED ALLOWANCE OF SALT... AND THEN SOME!
|
||||
/obj/item/food/ready_donk
|
||||
|
||||
Reference in New Issue
Block a user