mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 21:40:55 +01:00
fixes some broken drink and food sprites (#18000)
* fixed broken sprites * added changelog * updated changelog
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user