diff options
Diffstat (limited to 'data/map.yaml')
| -rw-r--r-- | data/map.yaml | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/data/map.yaml b/data/map.yaml index cef040cc..61e31e40 100644 --- a/data/map.yaml +++ b/data/map.yaml @@ -7,15 +7,16 @@ map:      - "|c...c...w........~.R|"      - "|c.......w..######..T|"      - "|tc......w..........F|" -    - "|c.....ct|##SS#oo####|" +    - "|c.....ct|#moo##SSS##|"      - "+---dd---+-----------+"      - "......................"      - ".........!............"      - "......................"  tiles: -    "t": table      "#": counter +    "m": counter +    "t": table      "w": window      "s": sink      "o": oven @@ -40,6 +41,7 @@ tiles:  items:      "S": pot      "w": plate +    "m": mixer  chef_spawn: "~"  customer_spawn: "!" | 
