drowned
This commit is contained in:
parent
5385a8e1f8
commit
11ac166eed
4
data.js
4
data.js
@ -118,6 +118,8 @@ export const getEntityName = payload => {
|
||||
return '🦑'
|
||||
case 'Phantom':
|
||||
return 'Фантом'
|
||||
case 'Drowned':
|
||||
return 'Утопленник'
|
||||
default:
|
||||
return payload.entityName
|
||||
}
|
||||
@ -175,6 +177,8 @@ export const getKillNotificationEachKillsCount = payload => {
|
||||
return 15
|
||||
case 'Phantom':
|
||||
return 10
|
||||
case 'Drowned':
|
||||
return 10
|
||||
default:
|
||||
return 1
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user