From dbd2101d34c190b80757c1d1ab96ce41ed22e3ff Mon Sep 17 00:00:00 2001 From: Alan Date: Tue, 2 Dec 2025 04:49:45 -0500 Subject: [PATCH] Fix missing icon for tapioca pearls in drinking glass. (#31169) --- code/modules/reagents/chemistry/reagents/drinks_reagents.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/reagents/chemistry/reagents/drinks_reagents.dm b/code/modules/reagents/chemistry/reagents/drinks_reagents.dm index bc4008bec73..684a924ae55 100644 --- a/code/modules/reagents/chemistry/reagents/drinks_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/drinks_reagents.dm @@ -822,13 +822,12 @@ M.satiety += 5 return ..() - /datum/reagent/consumable/drink/tapioca_pearls name = "Tapioca Pearls" description = "Tapioca pearls made from starch ground by cassava root. Tastes pretty good in tea." id = "tapiocapearls" color = "#222222" - drink_icon = "tapiocapearl" + drink_icon = "tapiocapearls" drink_name = "Tapioca Pearls" drink_desc = "This would go great with sugar, milk, and tea." taste_description = "chewy starch"