added the ability for ups to be set to 0

This commit is contained in:
Monica Moniot
2022-11-30 14:48:08 -05:00
parent b261dc3445
commit dce5d2e460
5 changed files with 23 additions and 18 deletions

View File

@@ -1,12 +1,12 @@
--By Mami
data:extend({
{
type = "int-setting",
type = "double-setting",
name = "cybersyn-ticks-per-second",
order = "aa",
setting_type = "runtime-global",
default_value = 30,
minimum_value = 1,
minimum_value = 0,
maximum_value = 60,
},
{