mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Merge pull request #6717 from LeighKnapenberger/master
Fixes Mint Apple Sparkle having a recipe, but no drink
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user