phantom
This commit is contained in:
parent
731c5ccdba
commit
5385a8e1f8
4
data.js
4
data.js
@ -116,6 +116,8 @@ export const getEntityName = payload => {
|
||||
return '🐔'
|
||||
case 'Squid':
|
||||
return '🦑'
|
||||
case 'Phantom':
|
||||
return 'Фантом'
|
||||
default:
|
||||
return payload.entityName
|
||||
}
|
||||
@ -171,6 +173,8 @@ export const getKillNotificationEachKillsCount = payload => {
|
||||
return 100
|
||||
case 'Squid':
|
||||
return 15
|
||||
case 'Phantom':
|
||||
return 10
|
||||
default:
|
||||
return 1
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user