diff options
-rw-r--r-- | data/map.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/map.yaml b/data/map.yaml index b9bf3cce..0a1d8047 100644 --- a/data/map.yaml +++ b/data/map.yaml @@ -22,7 +22,7 @@ map: - "|c...c...w........~.R|" - "|c.......w..######..T|" - "|tc......w..........F|" - - "|c.....ct|#moo##SSS#X|" + - "|c.....ct|#foo##SSS#X|" - "+---dd---+-----------+" - "......................" - ".........!............" @@ -30,7 +30,7 @@ map: tiles: "#": counter - "m": counter + "f": counter "t": table "w": window "s": sink @@ -56,7 +56,7 @@ tiles: items: "S": pot "w": plate - "m": mixer + "f": food-processor chef_spawn: "~" customer_spawn: "!" |