mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-09 06:04:23 +01:00
typo fix
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
tastes = list("tomato" = 1)
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/misosoup
|
||||
name = "misosoup"
|
||||
name = "miso soup"
|
||||
desc = "The universe's best soup! Yum!!!"
|
||||
icon_state = "misosoup"
|
||||
trash = /obj/item/trash/snack_bowl
|
||||
|
||||
@@ -82,13 +82,6 @@
|
||||
required_reagents = list("capsaicin" = 1, "hot_ramen" = 6)
|
||||
result_amount = 6
|
||||
|
||||
/datum/chemical_reaction/doughball
|
||||
name = "Ball of dough"
|
||||
id = "dough_ball"
|
||||
result = "dough_ball"
|
||||
required_reagents = list("flour" = 15, "water" = 5)
|
||||
required_catalysts = list("enzyme" = 5)
|
||||
|
||||
/datum/chemical_reaction/dough
|
||||
name = "Dough"
|
||||
id = "dough"
|
||||
|
||||
Reference in New Issue
Block a user