diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-24 18:56:30 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-24 18:56:30 +0200 |
commit | 06b6eac1c0aa1bcd09124e4475003199af2255e9 (patch) | |
tree | 4585a9e64893261c2958ce9ed46df11582d8f9d5 | |
parent | 9753ae7d43ea1069a9d71c1182dacf8b7028a201 (diff) | |
download | hurrycurry-06b6eac1c0aa1bcd09124e4475003199af2255e9.tar hurrycurry-06b6eac1c0aa1bcd09124e4475003199af2255e9.tar.bz2 hurrycurry-06b6eac1c0aa1bcd09124e4475003199af2255e9.tar.zst |
also rename food processor in map
-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: "!" |