fixes some broken drink and food sprites (#18000)

* fixed broken sprites

* added changelog

* updated changelog
This commit is contained in:
tomixcomics
2023-12-21 12:21:27 +00:00
committed by GitHub
parent 8b5c08acef
commit 90f3ae6ea0
5 changed files with 46 additions and 3 deletions
@@ -2426,7 +2426,7 @@
glass_icon_state = "NTellahotchocolate"
glass_name = "glass of NTella hot chocolate"
glass_desc = "A very chocolatey drink for the days so rough, so cold, or so celebratory that a regular hot hcocolate just won't cut it. It has marshmallows!"
glass_desc = "A very chocolatey drink for the days so rough, so cold, or so celebratory that a regular hot chocolate just won't cut it. It has marshmallows!"
glass_center_of_mass = list("x"=16, "y"=7)
/singleton/reagent/drink/toothpaste
+2 -2
View File
@@ -3031,8 +3031,8 @@
name = "NTella hot chocolate"
id = "NTellahotchocolate"
result = /singleton/reagent/drink/NTellahotchocolate
required_reagents = list(/singleton/reagent/drink/milk = 2, /singleton/reagent/nutriment/choconutspread = 2, /singleton/reagent/drink/milk/cream = 2)
result_amount = 6
required_reagents = list(/singleton/reagent/drink/milk = 1, /singleton/reagent/nutriment/choconutspread = 1, /singleton/reagent/drink/milk/cream = 1)
result_amount = 3
/datum/chemical_reaction/drink/drink/mimosa
name = "Mimosa"