diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-12-14 00:06:12 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-12-14 00:06:15 +0100 |
| commit | b87392558f12de8404bd5ab181d328fd66a106e2 (patch) | |
| tree | 3337e0d4803181e787da7a24eaa8e2abf0622853 /data/maps/zigzag.yaml | |
| parent | 565ee61cc513b865db488d13de4a4f4db1ae4f45 (diff) | |
| download | hurrycurry-b87392558f12de8404bd5ab181d328fd66a106e2.tar hurrycurry-b87392558f12de8404bd5ab181d328fd66a106e2.tar.bz2 hurrycurry-b87392558f12de8404bd5ab181d328fd66a106e2.tar.zst | |
update maps to use generic crate tile
Diffstat (limited to 'data/maps/zigzag.yaml')
| -rw-r--r-- | data/maps/zigzag.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/data/maps/zigzag.yaml b/data/maps/zigzag.yaml index ec34c3c4..b75aa562 100644 --- a/data/maps/zigzag.yaml +++ b/data/maps/zigzag.yaml @@ -42,12 +42,12 @@ tiles: "S": stove -i=pot "P": stove -i=pan "C": cutting-board - "R": steak-crate -x - "T": tomato-crate -x - "F": flour-crate -x - "L": leek-crate -x - "M": lettuce-crate -x - "N": coconut-crate -x + "R": crate:steak -x + "T": crate:tomato -x + "F": crate:flour -x + "L": crate:leek -x + "M": crate:lettuce -x + "N": crate:coconut -x "X": trash -x "b": book --book |