Skip to content

Commit 8f4e6c2

Browse files
FloPinguinevanpelle
authored andcommitted
Remove modifiers from normal FFA/Team games (And increase chance of gold multiplier for special games, decrease random spawn) 🎲 (#3471)
Normal (FFA and Team) public games no longer roll random modifiers. Special games remain fully unaffected and continue to use random modifiers as before. I also increased the gold multiplier ticket count in the special modifier pool from 1 to 4 because of player feedback. Edit: And because I saw complaints of too much random spawn I decreased the chance of it. - [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 regression is found: FloPinguin
1 parent 2a6e876 commit 8f4e6c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/server/MapPlaylist.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ export class MapPlaylist {
159159
gameMap: map,
160160
maxPlayers: await this.lobbyMaxPlayers(map, mode, playerTeams, isCompact),
161161
gameType: GameType.Public,
162-
gameMapSize: isCompact ? GameMapSize.Compact : GameMapSize.Normal,
162+
gameMapSize: GameMapSize.Normal,
163163
publicGameModifiers: {
164164
isCompact,
165165
isRandomSpawn: false,

0 commit comments

Comments
 (0)