diff options
| author | nokoe <nokoe@mailbox.org> | 2025-10-16 21:36:22 +0200 |
|---|---|---|
| committer | nokoe <nokoe@mailbox.org> | 2025-10-16 21:38:03 +0200 |
| commit | c5bcd5ac47c095b231f9caadc9fdaaa7e066f3e5 (patch) | |
| tree | 77b88f9bdb843b91b9cc679934dc7115b95d137a /data/maps/duplex.yaml | |
| parent | 1532e80cf37c9ee77cd921a158499188a1e172b2 (diff) | |
| download | hurrycurry-c5bcd5ac47c095b231f9caadc9fdaaa7e066f3e5.tar hurrycurry-c5bcd5ac47c095b231f9caadc9fdaaa7e066f3e5.tar.bz2 hurrycurry-c5bcd5ac47c095b231f9caadc9fdaaa7e066f3e5.tar.zst | |
add counter window conveyor; fixes #471
Diffstat (limited to 'data/maps/duplex.yaml')
| -rw-r--r-- | data/maps/duplex.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/maps/duplex.yaml b/data/maps/duplex.yaml index dade70c0..e2f434c0 100644 --- a/data/maps/duplex.yaml +++ b/data/maps/duplex.yaml @@ -43,10 +43,10 @@ tiles: ">": conveyor --conveyor=1,0 "<": conveyor --conveyor=-1,0 "t": table - "‹": counter-window:blue --conveyor=-1,0 - "›": counter-window:blue --conveyor=1,0 - "«": counter-window:red --conveyor=-1,0 - "»": counter-window:red --conveyor=1,0 + "‹": counter-window-conveyor:blue --conveyor=-1,0 + "›": counter-window-conveyor:blue --conveyor=1,0 + "«": counter-window-conveyor:red --conveyor=-1,0 + "»": counter-window-conveyor:red --conveyor=1,0 "s": sink "o": oven -x "S": stove -i=pot |