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"