You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RespawnOverhaul/CustomConfig.cs
+15-7Lines changed: 15 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,16 @@ namespace RespawnOverhaul;
7
7
publicclassCustomConfig
8
8
{
9
9
#region StartingRespawnTokens
10
-
[Description("The starting amount of spawn waves for the Nine Tailed Fox unit. Backup waves not included. Values >= 0")]
10
+
[Description("The starting amount of spawn waves for the Nine Tailed Fox unit. Backup waves not included. Values >= -1")]
11
11
publicintNtfStartingRespawnTokens{get;set;}=2;
12
-
[Description("The starting amount of spawn waves for the Chaos Insurgency unit. Backup waves not included. Values >= 0")]
12
+
[Description("The starting amount of spawn waves for the Chaos Insurgency unit. Backup waves not included. Values >= -1")]
13
13
publicintChaosStartingRespawnTokens{get;set;}=2;
14
-
[Description("The starting amount of spawn waves for the Tutorial team. Backup waves not included.\n# This is here to be compatible with plugins, as they cannot spawn naturally. Values >= 0")]
14
+
[Description("The starting amount of spawn waves for the Tutorial team. Backup waves not included.\n# This is here to be compatible with plugins, as they cannot spawn naturally. Values >= -1")]
[Description("The starting amount of spawn waves for the SCP team. Backup waves not included.\n# This is here to be compatible with plugins, as they cannot spawn naturally. Values >= 0")]
16
+
[Description("The starting amount of spawn waves for the SCP team. Backup waves not included.\n# This is here to be compatible with plugins, as they cannot spawn naturally. Values >= -1")]
17
17
// ReSharper disable once InconsistentNaming
18
18
publicintSCPStartingRespawnTokens{get;set;}=2;
19
-
[Description("The starting amount of spawn waves for the Flamingo team. Backup waves not included.\n# This is here to be compatible with plugins, as they cannot spawn naturally. Values >= 0")]
19
+
[Description("The starting amount of spawn waves for the Flamingo team. Backup waves not included.\n# This is here to be compatible with plugins, as they cannot spawn naturally. Values >= -1")]
0 commit comments