Merge pull request #6717 from LeighKnapenberger/master

Fixes Mint Apple Sparkle having a recipe, but no drink
This commit is contained in:
Atermonera
2020-02-24 12:59:59 -08:00
committed by VirgoBot
parent bfa123c1f0
commit c1fe64ba6a
3 changed files with 15 additions and 0 deletions

View File

@@ -647,6 +647,10 @@ Drinks Data
glass_icon_state = "appleade"
glass_center_of_mass = list("x"=16, "y"=8)
/datum/reagent/drink/mintapplesparkle
glass_icon_state = "mintapplesparkle"
glass_center_of_mass = list("x"=16, "y"=8)
/datum/reagent/drink/soda/pineappleade
glass_icon_state = "pineappleade"
glass_center_of_mass = list("x"=16, "y"=8)

View File

@@ -1823,6 +1823,17 @@
glass_desc = "A fruity punch!"
glass_special = list(DRINK_FIZZ)
/datum/reagent/drink/mintapplesparkle
name = "Mint Apple Sparkle"
id = "mintapplesparkle"
description = "Delicious appleade with a touch of mint."
taste_description = "minty apples"
color = "#FDDA98"
glass_name = "mint apple sparkle"
glass_desc = "Delicious appleade with a touch of mint."
glass_special = list(DRINK_FIZZ)
/datum/reagent/drink/berrycordial
name = "Berry Cordial"
id = "berrycordial"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 89 KiB

After

Width:  |  Height:  |  Size: 89 KiB