Skip to content

Commit d0fa9a9

Browse files
authored
Added Override to ranked (#79)
1 parent d437db3 commit d0fa9a9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

config.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
"Push Back": "20",
100100
"Decode": "21",
101101
"Rebuilt": "22",
102+
"Override": "23",
102103
}
103104

104105
server_games_choices = [
@@ -142,6 +143,7 @@
142143
"Push Back": "PB",
143144
"Decode": "DC",
144145
"Rebuilt": "RB",
146+
"Override": "OR",
145147
}
146148

147149
default_game_players = {
@@ -169,6 +171,7 @@
169171
"20": 4,
170172
"21": 4,
171173
"22": 6,
174+
"23": 4,
172175
}
173176

174177
server_restart_modes = {
@@ -192,4 +195,5 @@
192195
"Push Back": "https://v5rc-kb.recf.org/hc/article_attachments/32211108957207",
193196
"Decode": "https://i.imgur.com/BNlGrth.png",
194197
"Rebuilt": "https://i.imgur.com/CRJqNjH.png",
198+
"Override": "https://imgur.com/a/Wsau5Og"
195199
}

0 commit comments

Comments
 (0)