diff options
| author | nokoe <nokoe@mailbox.org> | 2024-06-24 20:12:18 +0200 | 
|---|---|---|
| committer | nokoe <nokoe@mailbox.org> | 2024-06-24 20:12:18 +0200 | 
| commit | 9e0131dcf5c1d1694fc7d81faba6b3a7251ee71e (patch) | |
| tree | f173294ca3cb88a26a9cc1a3d6ccd0884cf49824 /data/map.yaml | |
| parent | 3e483fbbc2c7aa5cce7f31adc31d2cba15f9c08a (diff) | |
| parent | dbb52c813e64fbe4e733dbfec4e29889d288873e (diff) | |
| download | hurrycurry-9e0131dcf5c1d1694fc7d81faba6b3a7251ee71e.tar hurrycurry-9e0131dcf5c1d1694fc7d81faba6b3a7251ee71e.tar.bz2 hurrycurry-9e0131dcf5c1d1694fc7d81faba6b3a7251ee71e.tar.zst | |
Merge branch 'master' of ssh://codeberg.org/metamuffin/undercooked
Diffstat (limited to 'data/map.yaml')
| -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..8ee53f5c 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": foodprocessor  chef_spawn: "~"  customer_spawn: "!" | 
