diff options
| author | tpart <tpart120@proton.me> | 2025-11-03 19:56:16 +0100 |
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2025-11-03 19:56:16 +0100 |
| commit | 59b2e6997193a749b49559834f6968ed3f80aec5 (patch) | |
| tree | 5c372f0cbfb51467d6bdf1fa98e34eefe71144fa /data | |
| parent | ca5a65a65f84d62ee01a1aed6b195a8c29d663cf (diff) | |
| download | hurrycurry-59b2e6997193a749b49559834f6968ed3f80aec5.tar hurrycurry-59b2e6997193a749b49559834f6968ed3f80aec5.tar.bz2 hurrycurry-59b2e6997193a749b49559834f6968ed3f80aec5.tar.zst | |
Add missing book in several maps
Diffstat (limited to 'data')
| -rw-r--r-- | data/maps/bus.yaml | 3 | ||||
| -rw-r--r-- | data/maps/duplex.yaml | 3 | ||||
| -rw-r--r-- | data/maps/paris.yaml | 3 | ||||
| -rw-r--r-- | data/maps/salad.yaml | 6 | ||||
| -rw-r--r-- | data/maps/streetfood.yaml | 5 |
5 files changed, 12 insertions, 8 deletions
diff --git a/data/maps/bus.yaml b/data/maps/bus.yaml index d97a0328..4776fbb5 100644 --- a/data/maps/bus.yaml +++ b/data/maps/bus.yaml @@ -29,7 +29,7 @@ map: - "*''''█^........v█'''*'" - "'''''▒^.ct..tc.v▒'''''" - "''████“█.c..c.█„████''" - - "''█#..^██▒dd▒██v.pp█''" + - "''█b..^██▒dd▒██v.pp█''" - "''█#..^<‹<««<‹<<..p█'*" - "''d.....█'__'█.....d''" - "''█.....█'__'█....p█''" @@ -65,6 +65,7 @@ tiles: "W": cheese-crate -x "U": strawberry-crate -x "X": trash -x + "b": book --book "c": chair -w ".": floor -w diff --git a/data/maps/duplex.yaml b/data/maps/duplex.yaml index e2f434c0..92836a5a 100644 --- a/data/maps/duplex.yaml +++ b/data/maps/duplex.yaml @@ -19,7 +19,7 @@ map: - "'*'''''''''*''''*''''*''''*'" - "'''*'''*''''''*''''''''*''''" - "''t_t'██████''''▒▒▒▒▒▒'t_t''" - - "''c_c'█#CC#█''''▒sff#▒'c_c''" + - "''c_c'█#CCb█''''▒sff#▒'c_c''" - "''c_c'█p...█====▒...p▒'c_c''" - "''t_t'█p...█''''▒...p▒'t_t''" - "''c_cX█p..#‹<<<<«<..p▒Xc_c''" @@ -57,6 +57,7 @@ tiles: "F": flour-crate -x "L": leek-crate -x "X": trash -x + "b": book --book "c": chair -w ".": floor -w diff --git a/data/maps/paris.yaml b/data/maps/paris.yaml index 068d73ee..619b34be 100644 --- a/data/maps/paris.yaml +++ b/data/maps/paris.yaml @@ -18,7 +18,7 @@ map: - "''''l'''''l'''''l'''''l''" - "'''''''''''''''''''''''''" - "''''██▒██▒██▒██▒██▒███'''*" - - "''''█#ppppp#ss█##ooo#█''''" + - "''''█#ppppp#ss█b#ooo#█''''" - "'*''▒.,....,..d....,R▒''*'" - "'*''█.........d.....T▒''*'" - "''''█wwwdd█www█#.ff.F█'''*" @@ -54,6 +54,7 @@ tiles: "B": lettuce-crate -x "D": cheese-crate -x "X": trash -x + "b": book --book "l": lamp -c "8": chandelier -w diff --git a/data/maps/salad.yaml b/data/maps/salad.yaml index 86332517..bb3e4611 100644 --- a/data/maps/salad.yaml +++ b/data/maps/salad.yaml @@ -23,8 +23,8 @@ map: - "*''''▒p....T▒'''''" - "'''''▒p....L▒'''''" - "*''''█s....T█''''*" - - "'''''█......█'''''" - - "'''''█w█dd█w█'''''" + - "'''''█b....p█'''''" + - "'''''███dd███'''''" - "'''''█tc..ct█'''''" - "*''''▒c....c▒'''''" - "'*'''█......█'''''" @@ -39,12 +39,12 @@ tiles: "⌷": counter "p": counter -i=plate "t": table - "w": counter-window -i=plate "s": sink "C": cutting-board "T": tomato-crate -x "L": lettuce-crate -x "X": trash -x + "b": book --book "c": chair -w "~": floor -w --chef-spawn diff --git a/data/maps/streetfood.yaml b/data/maps/streetfood.yaml index e84cb059..f3c71442 100644 --- a/data/maps/streetfood.yaml +++ b/data/maps/streetfood.yaml @@ -16,11 +16,11 @@ score_baseline: 110 hand_count: 2 map: - - "*'''l'''''''----'''l''''''*'" + - "*'''''''''''----''''''''''*'" - "''''''''*'''----'''''*'''''*" - "'''*''''''''----''''''''*'''" - "'█████████''----''██▒███▒██'" - - "'█#GGsRBT█'l----l'█ctc.ctc█'" + - "'█bGGsRBT█'l----l'█ctc.ctc█'" - "'█p1....1d__----__d...8...█'" - "'█p1....1d__~---__d...8...█'" - "'█#pCCYYX█'l----l'█ctc.ctc█'" @@ -45,6 +45,7 @@ tiles: "l": lamp -c "8": chandelier -w "1": ceiling-lamp -w + "b": book --book "c": chair -w ".": floor -w |