We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e32d89d commit e45ddeaCopy full SHA for e45ddea
Rules/CTF/Scripts/CTF.as
@@ -286,7 +286,7 @@ shared class CTFSpawns : RespawnSystem
286
// formula - 60 * n + 180
287
if (getRules().hasTag("offi match")) {
288
if (getGameTime() >= 780 * getTicksASecond() && getGameTime() <= 1380 * getTicksASecond()) { // 10 min
289
- tickspawndelay = s32(getTicksASecond() * 6);
+ tickspawndelay = s32(getTicksASecond() * 7);
290
} else if (getGameTime() >= 1380 * getTicksASecond() && getGameTime() <= 1680 * getTicksASecond()) { // 20 min
291
tickspawndelay = s32(getTicksASecond() * 10);
292
} else if (getGameTime() >= 1680 * getTicksASecond() && getGameTime() <= 1980 * getTicksASecond()) { // 25 min // 25 min
0 commit comments