diff --git a/ChangeLog.md b/ChangeLog.md index 3468f1dd..ab8600e5 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,6 +3,8 @@ * Ensure comparisons with saved stock ships work correctly * Add 'Racer' role * Tidy up shipyard page; remove units from data columns and re-order for legibility + * Allow basic drag/drop functionality in Edge/Internet Explorer 11 browser + * Provide separate special effects for dumbfire and seeker missiles #2.3.3 * Remove unused blueprint when hitting reset diff --git a/src/app/components/ModificationsMenu.jsx b/src/app/components/ModificationsMenu.jsx index ef532ec6..5d84b88b 100644 --- a/src/app/components/ModificationsMenu.jsx +++ b/src/app/components/ModificationsMenu.jsx @@ -88,10 +88,11 @@ export default class ModificationsMenu extends TranslatedComponent { const translate = language.translate; const specials = []; - if (Modifications.modules[m.grp].specials && Modifications.modules[m.grp].specials.length > 0) { + const specialsId = m.missile ? 'specials_' + m.missile : 'specials'; + if (Modifications.modules[m.grp][specialsId] && Modifications.modules[m.grp][specialsId].length > 0) { const close = this._specialSelected.bind(this, null); specials.push(