mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 23:23:28 +01:00
Add bubble tea flavor overlays. (#31182)
* Add bubble tea flavor overlays. * Thanks, linters! * Apply suggestions from review. * Fix duplicated reagent color; Thanks linters. * Remove identical reagent color. Again. * Apply suggestion from review.
This commit is contained in:
@@ -852,18 +852,17 @@
|
||||
drink_desc = "This would go great with sugar, milk, and tea."
|
||||
taste_description = "chewy starch"
|
||||
|
||||
/datum/reagent/consumable/drink/bubbletea
|
||||
/datum/reagent/consumable/drink/tea/bubbletea
|
||||
name = "Bubble Tea"
|
||||
description = "A tea-based drink made with tapioca pearls. Known by some as boba tea."
|
||||
id = "bubbletea"
|
||||
color = "#5d2409"
|
||||
drink_icon = "bubbletea"
|
||||
drink_name = "Bubble Tea"
|
||||
drink_desc = "You feel trendy for drinking this."
|
||||
taste_description = "sweet tea with chewy pearls"
|
||||
goal_difficulty = REAGENT_GOAL_NORMAL
|
||||
|
||||
/datum/reagent/consumable/drink/milktea
|
||||
/datum/reagent/consumable/drink/tea/milktea
|
||||
name = "Milk Tea"
|
||||
description = "Tea and milk mixed together. Both sweet and creamy."
|
||||
id = "milktea"
|
||||
@@ -874,7 +873,7 @@
|
||||
taste_description = "sweet milky tea"
|
||||
goal_difficulty = REAGENT_GOAL_EASY
|
||||
|
||||
/datum/reagent/consumable/drink/bubblemilktea
|
||||
/datum/reagent/consumable/drink/tea/bubblemilktea
|
||||
name = "Bubble Milk Tea"
|
||||
description = "A tea-based drink made with milk and tapioca pearls. Known by some as boba milk tea."
|
||||
id = "bubblemilktea"
|
||||
|
||||
Reference in New Issue
Block a user