Skip to content

Commit

Permalink
Support Vees can mount sponsons
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelbraginskiy committed Mar 19, 2024
1 parent 18d2f85 commit 754cfb0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ public enum EquipmentDatabaseCategory {
&& !(en.isSupportVehicle() && (eq.hasFlag(F_BASIC_FIRECONTROL) || (eq.hasFlag(F_ADVANCED_FIRECONTROL))))
&& !(eq.hasFlag(F_MAGNETIC_CLAMP) && en.hasETypeFlag(Entity.ETYPE_PROTOMECH))
&& !(eq.hasFlag(F_PARTIAL_WING) && en.hasETypeFlag(Entity.ETYPE_PROTOMECH))
&& !(eq.hasFlag(F_SPONSON_TURRET) && en.isSupportVehicle())
&& !eq.hasFlag(F_PINTLE_TURRET))
|| eq.is(COOLANT_POD)
|| eq.is(BattleArmor.MINE_LAUNCHER)
Expand Down

0 comments on commit 754cfb0

Please sign in to comment.