aboutsummaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
Diffstat (limited to 'server')
-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"),