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:
Alan
2025-12-09 19:07:45 -05:00
committed by GitHub
parent 5728e0c46f
commit a2557daaa4
4 changed files with 67 additions and 19 deletions
@@ -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"