diff options
Diffstat (limited to 'data/demands.yaml')
| -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 } |