diff options
| -rw-r--r-- | data/maps/anticurry.yaml | 5 | ||||
| -rw-r--r-- | data/maps/auto_sushi.yaml | 2 | ||||
| -rw-r--r-- | data/maps/burgers_inc.yaml | 2 | ||||
| -rw-r--r-- | data/maps/salad.yaml | 2 | ||||
| -rw-r--r-- | data/maps/senior.yaml | 2 | ||||
| -rw-r--r-- | data/maps/sophomore.yaml | 2 | ||||
| -rw-r--r-- | data/maps/station.yaml | 2 | ||||
| -rw-r--r-- | data/maps/streetfood.yaml | 2 | ||||
| -rw-r--r-- | data/maps/teeny.yaml | 2 |
9 files changed, 11 insertions, 10 deletions
diff --git a/data/maps/anticurry.yaml b/data/maps/anticurry.yaml index 31904b56..321a8ba5 100644 --- a/data/maps/anticurry.yaml +++ b/data/maps/anticurry.yaml @@ -22,7 +22,7 @@ map: - "..█ctc.ctc█sppPPSZCMTUVLA█.." - "!_d'''''''d''''''''''''''d~." - "._d'''''''d''''''''''''''d.." - - "..█ctc.ctc█pppoohöfGÄREFD█X." + - "..█ctc.ctc█pggoohöfGÄREFD█X." - "..████████████████████████.." - "............................" @@ -30,8 +30,9 @@ tiles: "#": counter "f": counter -i=foodprocessor "p": counter -i=plate + "g": counter -i=glass "t": table - "s": sink -x + "s": sink "o": oven -x "h": freezer -x "ö": deep-fryer -x -i=basket diff --git a/data/maps/auto_sushi.yaml b/data/maps/auto_sushi.yaml index 49bda2ae..8844faab 100644 --- a/data/maps/auto_sushi.yaml +++ b/data/maps/auto_sushi.yaml @@ -48,7 +48,7 @@ tiles: "‹": conveyor --conveyor=-1,0 "›": conveyor --conveyor=1,0 "0": wall-window -c - "s": sink -x + "s": sink "S": stove -i=pot "C": cutting-board "R": fish-crate -x diff --git a/data/maps/burgers_inc.yaml b/data/maps/burgers_inc.yaml index b9197bde..0e28c9f3 100644 --- a/data/maps/burgers_inc.yaml +++ b/data/maps/burgers_inc.yaml @@ -47,7 +47,7 @@ tiles: "p": counter -i=plate "t": table "w": counter-window:red -i=plate - "s": sink -x + "s": sink "P": stove -i=pan "F": deep-fryer -xi=basket "C": cutting-board diff --git a/data/maps/salad.yaml b/data/maps/salad.yaml index b529ba98..86332517 100644 --- a/data/maps/salad.yaml +++ b/data/maps/salad.yaml @@ -40,7 +40,7 @@ tiles: "p": counter -i=plate "t": table "w": counter-window -i=plate - "s": sink -x + "s": sink "C": cutting-board "T": tomato-crate -x "L": lettuce-crate -x diff --git a/data/maps/senior.yaml b/data/maps/senior.yaml index 2dfa6d9e..dc5403fd 100644 --- a/data/maps/senior.yaml +++ b/data/maps/senior.yaml @@ -37,7 +37,7 @@ tiles: "g": counter -i=foodprocessor "t": table "w": counter-window -i=plate - "s": sink -x -i=plate + "s": sink -i=plate "z": book --book "b": oven -x "a": stove -i=pot diff --git a/data/maps/sophomore.yaml b/data/maps/sophomore.yaml index 04613982..cfe54f9b 100644 --- a/data/maps/sophomore.yaml +++ b/data/maps/sophomore.yaml @@ -36,7 +36,7 @@ tiles: "p": counter -i=plate "t": table "w": counter-window -i=plate - "s": sink -x + "s": sink "o": oven -x "S": stove -i=pot "P": stove -i=pan diff --git a/data/maps/station.yaml b/data/maps/station.yaml index 41b69ab5..551c3970 100644 --- a/data/maps/station.yaml +++ b/data/maps/station.yaml @@ -37,7 +37,7 @@ tiles: "p": counter -i=plate "t": table "w": counter-window - "s": sink -x + "s": sink "o": oven -x "P": stove -i=pan "C": cutting-board diff --git a/data/maps/streetfood.yaml b/data/maps/streetfood.yaml index ad4a9924..e84cb059 100644 --- a/data/maps/streetfood.yaml +++ b/data/maps/streetfood.yaml @@ -35,7 +35,7 @@ tiles: "p": counter -i=plate "G": counter -i=glass "t": table - "s": sink -x + "s": sink "Y": stove -i=pan "C": cutting-board "R": steak-crate -x diff --git a/data/maps/teeny.yaml b/data/maps/teeny.yaml index 2f8c4621..905e6807 100644 --- a/data/maps/teeny.yaml +++ b/data/maps/teeny.yaml @@ -38,7 +38,7 @@ tiles: "p": counter -i=plate "t": table "w": counter-window -i=plate - "s": sink -x + "s": sink "o": oven -x "P": stove -i=pan "C": cutting-board |