mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-09 04:23:01 -05:00
New Player rank
This commit is contained in:
parent
60063a95d1
commit
3a7c8474ad
|
|
@ -1087,6 +1087,7 @@
|
|||
'&': 2,
|
||||
'@': 1,
|
||||
'%': 1,
|
||||
'\u2605': 1,
|
||||
'+': 1,
|
||||
' ': 0,
|
||||
'!': 0,
|
||||
|
|
@ -1098,10 +1099,11 @@
|
|||
'&': 3,
|
||||
'@': 4,
|
||||
'%': 5,
|
||||
'+': 6,
|
||||
' ': 7,
|
||||
'!': 8,
|
||||
'‽': 9
|
||||
'\u2605': 6,
|
||||
'+': 7,
|
||||
' ': 8,
|
||||
'!': 9,
|
||||
'‽': 10
|
||||
},
|
||||
updateUserCount: function() {
|
||||
var users = Math.max(this.room.userCount.users || 0, this.room.userCount.globalUsers || 0);
|
||||
|
|
|
|||
|
|
@ -1899,6 +1899,7 @@
|
|||
'&': "Leader (&)",
|
||||
'@': "Moderator (@)",
|
||||
'%': "Driver (%)",
|
||||
'\u2605': "Player (\u2605)",
|
||||
'+': "Voiced (+)",
|
||||
'‽': "<span style='color:#777777'>Locked (‽)</span>",
|
||||
'!': "<span style='color:#777777'>Muted (!)</span>"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user