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