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/duplex.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/duplex.yaml')
| -rw-r--r-- | data/maps/duplex.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/maps/duplex.yaml b/data/maps/duplex.yaml index 92836a5a..e35bd80e 100644 --- a/data/maps/duplex.yaml +++ b/data/maps/duplex.yaml @@ -51,11 +51,11 @@ tiles: "o": oven -x "S": stove -i=pot "C": cutting-board - "R": rice-crate -x - "D": coconut-crate -x - "T": tomato-crate -x - "F": flour-crate -x - "L": leek-crate -x + "R": crate:rice -x + "D": crate:coconut -x + "T": crate:tomato -x + "F": crate:flour -x + "L": crate:leek -x "X": trash -x "b": book --book |