From 203a4309a762488a4de72123e2f08f229e607e1a Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 19 Jun 2024 00:08:13 +0200 Subject: character selection --- data/map.yaml | 5 +++-- data/recipes.yaml | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'data') 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] } -- cgit v1.2.3-70-g09d2