mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-15 06:12:50 -06:00
blacklisted the network flag signal
This commit is contained in:
@@ -42,7 +42,6 @@ Date: 2022-11-24
|
||||
- Added a stuck train alert
|
||||
- Improved localization
|
||||
- Fixed bug with fluid cargo not being detected by depots
|
||||
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.4.4
|
||||
Date: 2022-11-25
|
||||
|
||||
@@ -300,6 +300,7 @@ local function tick_poll_station(map_data, mod_settings)
|
||||
end
|
||||
if item_name == station.network_name then
|
||||
station.network_flag = item_count
|
||||
signals[k] = nil
|
||||
end
|
||||
else
|
||||
signals[k] = nil
|
||||
|
||||
@@ -21,7 +21,7 @@ data:extend({
|
||||
{
|
||||
type = "int-setting",
|
||||
name = "cybersyn-network-flag",
|
||||
order = "ad",
|
||||
order = "ac",
|
||||
setting_type = "runtime-global",
|
||||
default_value = 1,
|
||||
minimum_value = -2147483648,
|
||||
@@ -30,7 +30,7 @@ data:extend({
|
||||
{
|
||||
type = "int-setting",
|
||||
name = "cybersyn-warmup-time",
|
||||
order = "ac",
|
||||
order = "ad",
|
||||
setting_type = "runtime-global",
|
||||
default_value = 20,
|
||||
minimum_value = 0,
|
||||
@@ -39,7 +39,7 @@ data:extend({
|
||||
{
|
||||
type = "int-setting",
|
||||
name = "cybersyn-stuck-train-time",
|
||||
order = "ad",
|
||||
order = "ae",
|
||||
setting_type = "runtime-global",
|
||||
default_value = 600,
|
||||
minimum_value = 0,
|
||||
|
||||
Reference in New Issue
Block a user