blob: 096bb9452dbc4c7e072945628dc8255669caf4ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
map:
- "+--------------------+"
- "|ctc.ctc.ctc.ctc.ctc.|"
- "|.....c..............|"
- "|c...c...+--www---dd-+"
- "|tc.ctc..|##...##W..#|"
- "|c...c...w..........S|"
- "|c.......w..######..T|"
- "|tc......w..........F|"
- "|c.....ct|##ss##ooo##|"
- "+---dd---+-----------+"
tiles:
".": floor
"+": wall
"-": wall
"|": wall
"d": door
"t": table
"c": chair
"#": counter
"w": window
"s": sink
"o": oven
"W": watercooler
"S": raw-steak-spawn
"T": tomato-spawn
"F": flour-spawn
|