mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Fix missing icon for tapioca pearls in drinking glass. (#31169)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user