This commit is contained in:
smsteel 2019-02-19 22:24:15 +03:00
parent 5385a8e1f8
commit 11ac166eed

View File

@ -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
}