From 4c517c59748282bfa6a496a03bbc4d2b7b7d78f8 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 16 Sep 2024 16:03:59 +0200 Subject: fix lobby start game translatiion --- data/recipes/default.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'data/recipes') diff --git a/data/recipes/default.ts b/data/recipes/default.ts index c2316b92..2e37bdfa 100644 --- a/data/recipes/default.ts +++ b/data/recipes/default.ts @@ -77,8 +77,8 @@ function auto_burn() { action: "passive", inputs: [i], outputs: [new Item("burned")], - duration: 1, - revert_duration: 1, + duration: 1.5, + revert_duration: 1.5, warn: true, tile: "stove" }) @@ -241,6 +241,7 @@ edible( combine(PL, cut(bun), b_patty, cut(tomato), cut(lettuce)), combine(PL, cut(bun), b_patty, cut(cheese), cut(tomato)), combine(PL, cut(bun), cut(cheese), cut(lettuce), cut(tomato)), + combine(PL, cut(bun), cut(lettuce), cut(tomato)), ) // Soup -- cgit v1.2.3-70-g09d2