Fixes the Corn Dog Recipe (#16004)

This commit is contained in:
SleepyGemmy
2023-03-13 20:14:31 +01:00
committed by GitHub
parent 7e89829497
commit f1a4d16fce
4 changed files with 6 additions and 19 deletions
@@ -48,15 +48,6 @@
)
result = /obj/item/reagent_containers/food/snacks/cubancarp
/singleton/recipe/batteredsausage
appliance = FRYER
items = list(
/obj/item/reagent_containers/food/snacks/sausage
)
result = /obj/item/reagent_containers/food/snacks/sausage/battered
coating = /singleton/reagent/nutriment/coating/batter
/singleton/recipe/katsu
appliance = FRYER
items = list(
@@ -985,16 +985,6 @@
reagents_to_add = list(/singleton/reagent/nutriment/protein = 6)
/obj/item/reagent_containers/food/snacks/sausage/battered
name = "battered sausage"
desc = "A piece of mixed, long meat, battered and then deepfried"
icon_state = "batteredsausage"
filling_color = "#DB0000"
do_coating_prefix = 0
bitesize = 2
reagents_to_add = list(/singleton/reagent/nutriment/protein = 6, /singleton/reagent/nutriment/coating/batter = 1.7, /singleton/reagent/nutriment/triglyceride/oil = 1.5)
coating = /singleton/reagent/nutriment/coating/batter
/obj/item/reagent_containers/food/snacks/jalapeno_poppers
name = "jalapeno popper"
desc = "A battered, deep-fried chili pepper"
+6
View File
@@ -0,0 +1,6 @@
author: SleepyGemmy
delete-after: True
changes:
- bugfix: "Fixed the corn dog recipe by removing a duplicate recipe."
Binary file not shown.

Before

Width:  |  Height:  |  Size: 209 KiB

After

Width:  |  Height:  |  Size: 209 KiB