From 97fae04281b60efc7b656b8771da19b6f8a971bf Mon Sep 17 00:00:00 2001 From: Monica Moniot Date: Thu, 1 Dec 2022 01:17:15 -0500 Subject: [PATCH] increased inactivity time --- cybersyn/changelog.txt | 1 + cybersyn/scripts/constants.lua | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cybersyn/changelog.txt b/cybersyn/changelog.txt index cfee492..32e1c1c 100644 --- a/cybersyn/changelog.txt +++ b/cybersyn/changelog.txt @@ -93,3 +93,4 @@ Version: 1.0.6 Date: 2022-11-30 Features: - Added depot bypass + - Increased inactivity time so burner inserters are fast enough to trigger it diff --git a/cybersyn/scripts/constants.lua b/cybersyn/scripts/constants.lua index 869cf7d..0881a22 100644 --- a/cybersyn/scripts/constants.lua +++ b/cybersyn/scripts/constants.lua @@ -22,7 +22,7 @@ OPERATION_DEPOT = "+" OPERATION_WAGON_MANIFEST = "-" NETWORK_SIGNAL_DEFAULT = {name="signal-A", type="virtual"} -INACTIVITY_TIME = 60 +INACTIVITY_TIME = 100 DELTA = 1/2048