aboutsummaryrefslogtreecommitdiff
path: root/data/recipes/default.js
diff options
context:
space:
mode:
Diffstat (limited to 'data/recipes/default.js')
-rw-r--r--data/recipes/default.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/recipes/default.js b/data/recipes/default.js
index a5497b83..dcb36123 100644
--- a/data/recipes/default.js
+++ b/data/recipes/default.js
@@ -138,7 +138,7 @@ function roll(s, two) {
out({ action: "active", inputs: [s], outputs: [o, two ? o : null], tile: "rolling-board", duration: 2 })
return o
}
-function deep_fry(s, duration = 10) {
+function deep_fry(s, duration = 15) {
const o = new Item(`deep-fried-${s.name}`, s.container)
out({ action: "passive", duration, revert_duration: duration * 2, tile: "deep-fryer", inputs: [s], outputs: [o] })
out({ action: "passive", duration: duration / 2, revert_duration: duration / 3, tile: "deep-fryer", inputs: [o], outputs: [new Item("burned", BA)], warn: true })