diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/map.yaml | 5 | ||||
-rw-r--r-- | data/recipes.yaml | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/data/map.yaml b/data/map.yaml index be2e6aeb..e85b6ba2 100644 --- a/data/map.yaml +++ b/data/map.yaml @@ -3,11 +3,11 @@ map: - "|ctc.ctc.ctc.ctc.ctc.|" - "|.....c..............|" - "|c...c...+--www---dd-+" - - "|tc.ctc..|##...##W..#|" + - "|tc.ctc..|##...##W..D|" - "|c...c...w........~.S|" - "|c.......w..######..T|" - "|tc......w..........F|" - - "|c.....ct|##ss#oopp#D|" + - "|c.....ct|##ss#oopp#X|" - "+---dd---+-----------+" tiles: @@ -29,3 +29,4 @@ tiles: "T": tomato-crate "F": flour-crate "D": dirty-plate-crate + "X": trash diff --git a/data/recipes.yaml b/data/recipes.yaml index 713509df..d462acbe 100644 --- a/data/recipes.yaml +++ b/data/recipes.yaml @@ -9,6 +9,7 @@ - { tile: trash, action: !instant , inputs: [raw-steak] } - { tile: trash, action: !instant , inputs: [steak] } +- { tile: trash, action: !instant , inputs: [tomato] } - { tile: trash, action: !instant , inputs: [flour] } - { tile: trash, action: !instant , inputs: [dough] } - { tile: trash, action: !instant , inputs: [steak-meal] } |