mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-08 23:23:23 +00:00
Adds dummy modules to facilitate improved import error handling. Removes unnecessary legacy PAS module from standard modules. Fixes /dist/index.js not being populated properly.
This commit is contained in:
@@ -7,7 +7,6 @@ module.exports = {
|
||||
pd: require('./standard/power_distributor').pd,
|
||||
s: require('./standard/sensors').s,
|
||||
ft: require('./standard/fuel_tank').ft,
|
||||
pas: require('./standard/planetary_approach_suite').pas
|
||||
},
|
||||
hardpoints: {
|
||||
pl: require('./hardpoints/pulse_laser').pl,
|
||||
@@ -45,7 +44,8 @@ module.exports = {
|
||||
tbsc: require('./hardpoints/shock_cannon').tbsc,
|
||||
tbem: require('./hardpoints/enzyme_missile_rack.json').tbem,
|
||||
tbrfl: require('./hardpoints/remote_release_flechette_launcher.json').tbrfl,
|
||||
gsc: require('./hardpoints/guardian_shard_cannon').gsc
|
||||
gsc: require('./hardpoints/guardian_shard_cannon').gsc,
|
||||
mh: require('./hardpoints/missing_hardpoint').mh,
|
||||
},
|
||||
internal: {
|
||||
am: require('./internal/auto_field_maintenance_unit').am,
|
||||
@@ -85,5 +85,6 @@ module.exports = {
|
||||
sua: require('./internal/supercruise_assist').sua,
|
||||
ews: require('./internal/experemental_weapon_stabilizer').ews,
|
||||
pas: require('./internal/planetary_approach_suite').pas,
|
||||
mm: require('./internal/missing_module').mm,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user