diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-20 01:38:00 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-23 19:21:49 +0200 |
commit | 720bb2e4f53d4467832ba59f97c9b6b6786181e7 (patch) | |
tree | 10ea600436adf2c101d9a1ccbf64808414bbc354 /data | |
parent | 6f7b995dd9fa3bea95be8c24e2452f015b410839 (diff) | |
download | hurrycurry-720bb2e4f53d4467832ba59f97c9b6b6786181e7.tar hurrycurry-720bb2e4f53d4467832ba59f97c9b6b6786181e7.tar.bz2 hurrycurry-720bb2e4f53d4467832ba59f97c9b6b6786181e7.tar.zst |
type safe indecies
Diffstat (limited to 'data')
-rw-r--r-- | data/demands.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/demands.yaml b/data/demands.yaml index 6862395e..d819f517 100644 --- a/data/demands.yaml +++ b/data/demands.yaml @@ -1,5 +1,5 @@ -- { from: burger-meal, to: dirty-dish } -- { from: tomatoburger-meal, to: dirty-dish } -- { from: tomatosteak-meal, to: dirty-dish } -- { from: steak-meal, to: dirty-dish } -- { from: sliced-tomato-mea, to: dirty-dish } +- { from: burger-meal, to: dirty-plate } +- { from: tomatoburger-meal, to: dirty-plate } +- { from: tomatosteak-meal, to: dirty-plate } +- { from: steak-meal, to: dirty-plate } +- { from: sliced-tomato-mea, to: dirty-plate } |