We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9f766c + e151643 commit 9cb94a2Copy full SHA for 9cb94a2
megameklab/src/megameklab/printing/PrintUtil.java
@@ -129,7 +129,6 @@ public static boolean isPrintableBAEquipment(EquipmentType eq) {
129
if ((eq instanceof MiscType)
130
&& ((eq.hasFlag(MiscType.F_AP_MOUNT) && !eq.hasFlag(MiscType.F_BA_MANIPULATOR))
131
|| eq.hasFlag(MiscType.F_FIRE_RESISTANT)
132
- || eq.hasFlag(MiscType.F_STEALTH)
133
|| eq.hasFlag(MiscType.F_ARTEMIS)
134
|| eq.hasFlag(MiscType.F_ARTEMIS_V)
135
|| eq.hasFlag(MiscType.F_APOLLO)
0 commit comments