Changes the Chocolate Hazelnut Spread Paths to Lowercase (#18452)

* Changes the Chocolate Hazelnut Spread Paths to Lowercase

* Changelog Entry Type
This commit is contained in:
SleepyGemmy
2024-02-21 14:57:09 +01:00
committed by GitHub
parent 2b1b4c3f92
commit 5ccdcc94cb
9 changed files with 23 additions and 17 deletions
@@ -234,13 +234,13 @@
)
result = /obj/item/reagent_containers/food/snacks/pbtoast
/singleton/recipe/NTellabread
/singleton/recipe/ntella_bread
appliance = MIX
reagents = list(/singleton/reagent/nutriment/choconutspread = 5)
items = list(
/obj/item/reagent_containers/food/snacks/breadslice
)
result = /obj/item/reagent_containers/food/snacks/NTellabread
result = /obj/item/reagent_containers/food/snacks/ntella_bread
/singleton/recipe/slimetoast
appliance = SKILLET
@@ -202,7 +202,7 @@
fruit = list("apple" = 2)
result = /obj/item/reagent_containers/food/snacks/sliceable/cake/apple
/singleton/recipe/cake/NTellacheesecake
/singleton/recipe/cake/ntella_cheesecake
reagents = list(/singleton/reagent/drink/milk = 5, /singleton/reagent/nutriment/choconutspread = 15, /singleton/reagent/sugar = 10)
items = list(
/obj/item/reagent_containers/food/snacks/cheesewedge,
@@ -213,7 +213,7 @@
/obj/item/reagent_containers/food/snacks/cookiesnack,
/obj/item/reagent_containers/food/snacks/cookiesnack //Oreo cookies aren't a thing in the game yet but if/when they're made, please replace this with them!
)
result = /obj/item/reagent_containers/food/snacks/sliceable/cake/NTellacheesecake
result = /obj/item/reagent_containers/food/snacks/sliceable/cake/ntella_cheesecake
/singleton/recipe/cake/starcake
fruit = list("orange" = 1)
+2 -2
View File
@@ -135,7 +135,7 @@
/singleton/reagent/drink/milkshake
value = 0.12
/singleton/reagent/drink/NTellamilkshake
/singleton/reagent/drink/ntella_milkshake
value = 0.14
/singleton/reagent/drink/shake_caramel
@@ -168,7 +168,7 @@
/singleton/reagent/drink/shake_choco_mint
value = 0.13
/singleton/reagent/drink/NTellahotchocolate
/singleton/reagent/drink/ntella_hot_chocolate
value = 0.13
/singleton/reagent/drink/rewriter
@@ -2465,7 +2465,7 @@
glass_name = "mug of apple cider juice"
glass_desc = "It's just spiced up apple juice. Sometimes the barista can't work miracles."
/singleton/reagent/drink/NTellamilkshake
/singleton/reagent/drink/ntella_milkshake
name = "NTella Milkshake"
description = "An intensely sweet chocolatey concoction with whipped cream on top."
color = "#6d4124"
@@ -2586,7 +2586,7 @@
glass_desc = "For everyone who liked to eat their toothpaste as a kid and never grew out of it."
glass_center_of_mass = list("x"=16, "y"=7)
/singleton/reagent/drink/NTellahotchocolate
/singleton/reagent/drink/ntella_hot_chocolate
name = "NTella Hot Chocolate"
description = "It's like a cup of hot chocolate except... More everything."
color = "#63432e"
+4 -4
View File
@@ -3041,10 +3041,10 @@
catalysts = list(/singleton/reagent/enzyme = 5)
result_amount = 1
/datum/chemical_reaction/drink/NTellashake
/datum/chemical_reaction/drink/ntella_shake
name = "NTella milkshake"
id = "NTellamilkshake"
result = /singleton/reagent/drink/NTellamilkshake
result = /singleton/reagent/drink/ntella_milkshake
required_reagents = list(/singleton/reagent/drink/milkshake = 5, /singleton/reagent/nutriment/choconutspread = 1)
result_amount = 6
@@ -3118,10 +3118,10 @@
required_reagents = list(/singleton/reagent/drink/milkshake = 5, /singleton/reagent/drink/mintsyrup = 1)
result_amount = 6
/datum/chemical_reaction/drink/NTellahotchocolate
/datum/chemical_reaction/drink/ntella_hot_chocolate
name = "NTella hot chocolate"
id = "NTellahotchocolate"
result = /singleton/reagent/drink/NTellahotchocolate
result = /singleton/reagent/drink/ntella_hot_chocolate
required_reagents = list(/singleton/reagent/drink/milk = 1, /singleton/reagent/nutriment/choconutspread = 1, /singleton/reagent/drink/milk/cream = 1)
result_amount = 3
@@ -395,7 +395,7 @@
reagent_data = list(/singleton/reagent/nutriment = list("toasted bread" = 2))
bitesize = 2
/obj/item/reagent_containers/food/snacks/NTellabread
/obj/item/reagent_containers/food/snacks/ntella_bread
name = "NTella bread slice"
desc = "A slice of bread covered with delicious chocolate-hazelnut spread."
icon = 'icons/obj/item/reagent_containers/food/bread.dmi'
@@ -456,19 +456,19 @@
reagents_to_add = list(/singleton/reagent/nutriment = 3)
reagent_data = list(/singleton/reagent/nutriment = list("cake" = 5, "sweetness" = 5, "apple" = 5))
/obj/item/reagent_containers/food/snacks/sliceable/cake/NTellacheesecake
/obj/item/reagent_containers/food/snacks/sliceable/cake/ntella_cheesecake
name = "NTella cheesecake"
desc = "An elaborate layer cheesecake made with chocolate hazelnut spread. You gain calories just by looking at it for too long."
icon = 'icons/obj/item/reagent_containers/food/pastries.dmi'
icon_state = "NTellacheesecake"
slice_path = /obj/item/reagent_containers/food/snacks/cakeslice/NTellacheesecake_slice
slice_path = /obj/item/reagent_containers/food/snacks/cakeslice/ntella_cheesecake_slice
slices_num = 5
filling_color = "#331c03"
center_of_mass = list("x"=16, "y"=10)
reagents_to_add = list(/singleton/reagent/nutriment = 20)
reagent_data = list(/singleton/reagent/nutriment = list("hazelnut chocolate" = 15, "creamy cheese" = 10, "crunchy cookie base" = 5))
/obj/item/reagent_containers/food/snacks/cakeslice/NTellacheesecake_slice
/obj/item/reagent_containers/food/snacks/cakeslice/ntella_cheesecake_slice
name = "NTella cheesecake slice"
desc = "A slice of cake marrying the chocolate taste of NTella with the creamy smoothness of cheesecake, all on a cookie crumble base."
icon = 'icons/obj/item/reagent_containers/food/pastries.dmi'
@@ -0,0 +1,6 @@
author: SleepyGemmy
delete-after: True
changes:
- rscadd: "Changed the chocolate hazelnut spread paths to be lowercase."
+1 -1
View File
@@ -2665,7 +2665,7 @@
/obj/item/reagent_containers/food/snacks/reubensandwich{
pixel_y = 10
},
/obj/item/reagent_containers/food/snacks/NTellabread{
/obj/item/reagent_containers/food/snacks/ntella_bread{
pixel_y = 11
},
/turf/simulated/floor/tiled/white,