Fixes mushroom bowl reagent overlay (#95838)

## About The Pull Request
Mushroom bowl no longer turns invisible
## Why It's Good For The Game
## Changelog
🆑
fix: The mushroom bowl no longer turns invisible when filled with a
reagent.
/🆑
This commit is contained in:
1393F
2026-04-22 16:59:37 -04:00
committed by GitHub
parent bb357ce892
commit aaa4a9bb7b
+1 -4
View File
@@ -414,12 +414,9 @@
name = "mushroom bowl"
desc = "A bowl made out of mushrooms. Not food, though it might have contained some at some point."
icon = 'icons/obj/mining_zones/ash_flora.dmi'
base_icon_state = "mushroom_bowl"
icon_state = "mushroom_bowl"
fill_icon_state = "fullbowl"
fill_icon = 'icons/obj/mining_zones/ash_flora.dmi'
custom_materials = null
/obj/item/reagent_containers/cup/bowl/mushroom_bowl/update_icon_state()
if(!reagents.total_volume)
icon_state = "mushroom_bowl"
return ..()