Skip to content

Commit e151643

Browse files
Include BA Camo System in record sheets
1 parent cb18074 commit e151643

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

megameklab/src/megameklab/printing/PrintUtil.java

-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ public static boolean isPrintableBAEquipment(EquipmentType eq) {
129129
if ((eq instanceof MiscType)
130130
&& ((eq.hasFlag(MiscType.F_AP_MOUNT) && !eq.hasFlag(MiscType.F_BA_MANIPULATOR))
131131
|| eq.hasFlag(MiscType.F_FIRE_RESISTANT)
132-
|| eq.hasFlag(MiscType.F_STEALTH)
133132
|| eq.hasFlag(MiscType.F_ARTEMIS)
134133
|| eq.hasFlag(MiscType.F_ARTEMIS_V)
135134
|| eq.hasFlag(MiscType.F_APOLLO)

0 commit comments

Comments
 (0)