mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-24 17:11:40 +00:00
Fixes Mint Apple Sparkle having a recipe, but no drink
This commit is contained in:
@@ -635,6 +635,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)
|
||||
|
||||
@@ -1813,6 +1813,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