Skip to content

Commit 2984bec

Browse files
xTonairyanbarlow97
authored andcommitted
Fix: Extended spawn immunity in 1v1s (#3010) (#3028)
If this PR fixes an issue, link it below. If not, delete these two lines. Resolves #3010 ## Description: Extended the spawn immunity in 1v1s from 5 to 30 seconds, to prevent spawn killing. ## Please complete the following: - [x] I have added screenshots for all UI updates - [x] I process any text displayed to the user through translateText() and I've added it to the en.json file - [x] I have added relevant tests to the test directory - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced ## Please put your Discord username so you can be contacted if a bug or regression is found: @xTonai Co-authored-by: Ryan <[email protected]>
1 parent 9aed372 commit 2984bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/MapPlaylist.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export class MapPlaylist {
172172
disableNations: true,
173173
gameMode: GameMode.FFA,
174174
bots: 100,
175-
spawnImmunityDuration: 5 * 10,
175+
spawnImmunityDuration: 30 * 10,
176176
disabledUnits: [],
177177
} satisfies GameConfig;
178178
}

0 commit comments

Comments
 (0)