mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-03-08 06:00:26 +00:00
TKwarn Vars
This commit is contained in:
parent
cc815fc534
commit
fd0ed989c7
3 changed files with 6 additions and 4 deletions
|
|
@ -171,6 +171,9 @@ $Host::TeamSkin4 = "dsword";
|
|||
$Host::TeamSkin5 = "beagle";
|
||||
$Host::TeamSkin6 = "cotp";
|
||||
$Host::TimeLimit = 45;
|
||||
$Host::TKMax = 12;
|
||||
$Host::TKWarn1 = 4;
|
||||
$Host::TKWarn2 = 8;
|
||||
$Host::TN::beat = 3;
|
||||
$Host::TN::echo = 1;
|
||||
$Host::TournamentMode = 0;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,3 @@
|
|||
$Host::TKMax = 12;
|
||||
$Host::TKWarn1 = 4;
|
||||
$Host::TKWarn2 = 8;
|
||||
|
||||
package TKwarn
|
||||
{
|
||||
|
||||
|
|
|
|||
|
|
@ -194,6 +194,9 @@ $Host::GuidCheck = 1;
|
|||
$Host::MinFlagRecordPlayerCount = 6;
|
||||
$Host::ItemRespawnTime = 30;
|
||||
$Host::VoteCooldown = 120;
|
||||
$Host::TKMax = 12;
|
||||
$Host::TKWarn1 = 4;
|
||||
$Host::TKWarn2 = 8;
|
||||
|
||||
//LakRabbit
|
||||
$Host::LakRabbitUnlimitedDJ = 1; //Unlimited disc-jumps if enabled
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue