diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-20 01:53:29 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-23 19:21:49 +0200 |
commit | 935dc832d02ba49ad50cbbaee333ab2dacd3226d (patch) | |
tree | 09996e3d77616ccdaa6182deb5fdcec54ec7d046 /data | |
parent | c65087b674bfded5881c506edd56896be063084c (diff) | |
download | hurrycurry-935dc832d02ba49ad50cbbaee333ab2dacd3226d.tar hurrycurry-935dc832d02ba49ad50cbbaee333ab2dacd3226d.tar.bz2 hurrycurry-935dc832d02ba49ad50cbbaee333ab2dacd3226d.tar.zst |
eating actually takes some time
Diffstat (limited to 'data')
-rw-r--r-- | data/demands.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/data/demands.yaml b/data/demands.yaml index 1400e9d9..375eeb8b 100644 --- a/data/demands.yaml +++ b/data/demands.yaml @@ -1,6 +1,6 @@ -- { 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: bread-meal, to: dirty-plate } -- { from: sliced-tomato-meal, to: dirty-plate } +- { from: burger-meal, to: dirty-plate, duration: 15 } +- { from: tomatoburger-meal, to: dirty-plate, duration: 20 } +- { from: tomatosteak-meal, to: dirty-plate, duration: 20 } +- { from: steak-meal, to: dirty-plate, duration: 15 } +- { from: bread-meal, to: dirty-plate, duration: 15 } +- { from: sliced-tomato-meal, to: dirty-plate, duration: 10 } |