diff options
Diffstat (limited to 'client/map/items/pot.gd')
-rw-r--r-- | client/map/items/pot.gd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/map/items/pot.gd b/client/map/items/pot.gd index 6ff61f2f..5c9623a2 100644 --- a/client/map/items/pot.gd +++ b/client/map/items/pot.gd @@ -25,6 +25,8 @@ func _init(owned_by_: Node3D, contents: Array): for i in contents: match i: + "cheese-leek-soup": + add_child(PotFill.new(self, Color(0.747, 0.77, 0.493))) "mochi-dough": add_child(PotFill.new(self, Color(1.,1.,.3))) "rice": |