mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 22:33:24 +00:00
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:
@@ -207,7 +207,6 @@ export default class ModalShoppingList extends TranslatedComponent {
|
||||
else {
|
||||
item = module.m.symbol;
|
||||
}
|
||||
|
||||
blueprints.push({
|
||||
"item": item,
|
||||
"blueprint": module.m.blueprint.fdname,
|
||||
|
||||
Reference in New Issue
Block a user