aboutsummaryrefslogtreecommitdiff
path: root/server/src/game.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-18 11:42:36 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-23 19:20:50 +0200
commit101ef75240e5d94f182fa1f15b58881c39221cfa (patch)
tree5ac304a09e134abf4f159b7889e91e0a35d02463 /server/src/game.rs
parent3e8c24375f064487365a66c20fba20bea8e1f860 (diff)
downloadhurrycurry-101ef75240e5d94f182fa1f15b58881c39221cfa.tar
hurrycurry-101ef75240e5d94f182fa1f15b58881c39221cfa.tar.bz2
hurrycurry-101ef75240e5d94f182fa1f15b58881c39221cfa.tar.zst
more item sprites
Diffstat (limited to 'server/src/game.rs')
-rw-r--r--server/src/game.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/src/game.rs b/server/src/game.rs
index 4f724446..f91e42d0 100644
--- a/server/src/game.rs
+++ b/server/src/game.rs
@@ -80,6 +80,8 @@ impl Game {
[
([1, 4], "pan"),
([2, 4], "pan"),
+ ([-1, 4], "oven"),
+ ([-2, 4], "oven"),
([-5, 2], "sink"),
([-5, 3], "dirty-plate-spawn"),
([4, 0], "flour-spawn"),