From 11ac166eede2689a2e71b7eeaf845b544b1fad33 Mon Sep 17 00:00:00 2001 From: smsteel Date: Tue, 19 Feb 2019 22:24:15 +0300 Subject: [PATCH] drowned --- data.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data.js b/data.js index f5cca2b..f51b005 100644 --- a/data.js +++ b/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 }