diff options
| author | tpart <tpart120@proton.me> | 2025-10-14 23:10:18 +0200 |
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2025-10-14 23:10:18 +0200 |
| commit | d8ab035e6736a3eb728f509d326051412be4a9a5 (patch) | |
| tree | 10cecc08c0dc346226b4e5eb58c6f0f021d250ea | |
| parent | 0ce632269664f53ba9f344d24e597f13f4985bbf (diff) | |
| download | hurrycurry-d8ab035e6736a3eb728f509d326051412be4a9a5.tar hurrycurry-d8ab035e6736a3eb728f509d326051412be4a9a5.tar.bz2 hurrycurry-d8ab035e6736a3eb728f509d326051412be4a9a5.tar.zst | |
Fix anticurry
| -rw-r--r-- | data/maps/anticurry.yaml | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/data/maps/anticurry.yaml b/data/maps/anticurry.yaml index d49ae5d8..31904b56 100644 --- a/data/maps/anticurry.yaml +++ b/data/maps/anticurry.yaml @@ -17,14 +17,14 @@ score_baseline: 200 hand_count: 2 recipes: anticurry map: - - "..........................." - - "..███████████████████████.." - - "..█ctc.ctc█sppPPSCCTUVLA█.." - - "!_d'''''''d'''''''''''''d~." - - "._d'''''''d'''''''''''''d.." - - "..█ctc.ctc█pppoohffGREFD█X." - - "..███████████████████████.." - - "..........................." + - "............................" + - "..████████████████████████.." + - "..█ctc.ctc█sppPPSZCMTUVLA█.." + - "!_d'''''''d''''''''''''''d~." + - "._d'''''''d''''''''''''''d.." + - "..█ctc.ctc█pppoohöfGÄREFD█X." + - "..████████████████████████.." + - "............................" tiles: "#": counter @@ -34,9 +34,13 @@ tiles: "s": sink -x "o": oven -x "h": freezer -x + "ö": deep-fryer -x -i=basket "S": stove -i=pot "P": stove -i=pan "C": cutting-board + "Z": rolling-board + "M": mushroom-crate -x + "Ä": potato-crate -x "R": steak-crate -x "D": coconut-crate -x "V": strawberry-crate -x |