mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-10 06:08:11 -06:00
added the ability for ups to be set to 0
This commit is contained in:
@@ -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,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user