mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 15:15:34 +00:00
add chieftain to map
also remove console logs that i forgot to remove
This commit is contained in:
@@ -36,6 +36,7 @@ const SHIP_FD_NAME_TO_CORIOLIS_NAME = {
|
|||||||
'Type7': 'type_7_transport',
|
'Type7': 'type_7_transport',
|
||||||
'Type9': 'type_9_heavy',
|
'Type9': 'type_9_heavy',
|
||||||
'Type9_Military': 'type_10_defender',
|
'Type9_Military': 'type_10_defender',
|
||||||
|
'TypeX': 'alliance_chieftain',
|
||||||
'Viper': 'viper',
|
'Viper': 'viper',
|
||||||
'Viper_MkIV': 'viper_mk_iv',
|
'Viper_MkIV': 'viper_mk_iv',
|
||||||
'Vulture': 'vulture'
|
'Vulture': 'vulture'
|
||||||
@@ -315,8 +316,6 @@ export function shipFromJson(json) {
|
|||||||
*/
|
*/
|
||||||
function _addModifications(module, modifiers, blueprint, grade, specialModifications) {
|
function _addModifications(module, modifiers, blueprint, grade, specialModifications) {
|
||||||
if (!modifiers) return;
|
if (!modifiers) return;
|
||||||
console.log(module);
|
|
||||||
console.log(modifiers);
|
|
||||||
let special;
|
let special;
|
||||||
if (specialModifications) {
|
if (specialModifications) {
|
||||||
special = Modifications.specials[Object.keys(specialModifications)[0]]
|
special = Modifications.specials[Object.keys(specialModifications)[0]]
|
||||||
|
|||||||
Reference in New Issue
Block a user