This commit is contained in:
smsteel 2019-02-17 22:30:03 +03:00
parent 731c5ccdba
commit 5385a8e1f8

View File

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