Issue 703 edomh integration (#8)

* Adds valid module checking to all types of modules on import

* Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo

* Changes as per comments on the PR

* Modified export to EDOMH/EDEngineer page to be less 'bodged', allow EDOMH button to be clickable without checking for EDEngineer API (If they have EDOMH, they probably don't have EDEngineer...) and added a workaround for Coriolis sending bogus data for bulkheads.

* Fixed autodeploy to do latest coriolis-data dist. Fixed sendToEDOMH function to only send the blueprint at the selected grade, not each grade up to that grade.

---------

Co-authored-by: David Sangrey <davidsangrey@gmail.com>
Co-authored-by: Felix Linker <linkerfelix@gmail.com>
This commit is contained in:
Alex Williams
2024-06-02 11:04:37 +01:00
parent ee04416e2b
commit ab3c93d52d

View File

@@ -207,7 +207,6 @@ export default class ModalShoppingList extends TranslatedComponent {
else { else {
item = module.m.symbol; item = module.m.symbol;
} }
blueprints.push({ blueprints.push({
"item": item, "item": item,
"blueprint": module.m.blueprint.fdname, "blueprint": module.m.blueprint.fdname,