From 4378f0020efa8efc85b334f9cfd9775852bd2855 Mon Sep 17 00:00:00 2001 From: willyb321 Date: Sat, 27 Jan 2018 10:55:37 +1100 Subject: [PATCH] add chieftain to map also remove console logs that i forgot to remove --- src/app/utils/CompanionApiUtils.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/utils/CompanionApiUtils.js b/src/app/utils/CompanionApiUtils.js index b568ac91..383addf9 100644 --- a/src/app/utils/CompanionApiUtils.js +++ b/src/app/utils/CompanionApiUtils.js @@ -36,6 +36,7 @@ const SHIP_FD_NAME_TO_CORIOLIS_NAME = { 'Type7': 'type_7_transport', 'Type9': 'type_9_heavy', 'Type9_Military': 'type_10_defender', + 'TypeX': 'alliance_chieftain', 'Viper': 'viper', 'Viper_MkIV': 'viper_mk_iv', 'Vulture': 'vulture' @@ -315,8 +316,6 @@ export function shipFromJson(json) { */ function _addModifications(module, modifiers, blueprint, grade, specialModifications) { if (!modifiers) return; - console.log(module); - console.log(modifiers); let special; if (specialModifications) { special = Modifications.specials[Object.keys(specialModifications)[0]]