diff options
Diffstat (limited to 'client/map/items/pot.gd')
| -rw-r--r-- | client/map/items/pot.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/map/items/pot.gd b/client/map/items/pot.gd index ec60c04c..c42334a7 100644 --- a/client/map/items/pot.gd +++ b/client/map/items/pot.gd @@ -46,7 +46,7 @@ func add_contents(contents: Array[String]): "noodles": add_child(PotFillTransparent.new(self, Color(0.46, 0.68, 0.73, 0.392))) # water base.add_child(ItemFactory.produce(i, self)) - "sliced-mushroom": + "processed-mushroom": add_child(PotFill.new(self, Color(0.596, 0.341, 0.259))) "mushroom-soup": add_child(PotFill.new(self, Color(0.747, 0.454, 0.36, 1.0))) |