From 5b0b3617b1ebb15052da81bb18e0aa3cbb39a959 Mon Sep 17 00:00:00 2001 From: repligator Date: Fri, 26 Jul 2024 17:31:45 -0400 Subject: [PATCH] Removes a number of duplicated infantry weapons All MM and MML tests passed or ignored. --- megamek/src/megamek/common/WeaponType.java | 28 ---------------------- 1 file changed, 28 deletions(-) diff --git a/megamek/src/megamek/common/WeaponType.java b/megamek/src/megamek/common/WeaponType.java index ff2ab596f99..fdf09b0d7c0 100644 --- a/megamek/src/megamek/common/WeaponType.java +++ b/megamek/src/megamek/common/WeaponType.java @@ -1571,21 +1571,6 @@ public static void initializeTypes() { EquipmentType.addType(new InfantryPulseLaserPistolNWW12()); EquipmentType.addType(new InfantryPulseLaserPistolRDISunSwarmPulsar()); - EquipmentType.addType(new InfantryLaserPistolAA75L()); - EquipmentType.addType(new InfantryLaserPistolAWAWilibyMk4LaserPistol()); - EquipmentType.addType(new InfantryLaserPistolBR25()); - EquipmentType.addType(new InfantryLaserPistolBrightStarL12()); - EquipmentType.addType(new InfantryLaserPistolBrightStarL15()); - EquipmentType.addType(new InfantryLaserPistolBrightStarL7()); - EquipmentType.addType(new InfantryLaserPistolDarklightIVLaserPistol()); - EquipmentType.addType(new InfantryLaserPistolKelvin000Lancer3MM()); - EquipmentType.addType(new InfantryLaserPistolXingShan()); - EquipmentType.addType(new InfantryLaserPistolXingShanER()); - EquipmentType.addType(new InfantryPulseLaserPistolMedusaIII()); - EquipmentType.addType(new InfantryPulseLaserPistolMedusaIV()); - EquipmentType.addType(new InfantryPulseLaserPistolNWW12()); - EquipmentType.addType(new InfantryPulseLaserPistolRDISunSwarmPulsar()); - // Clan Pistols - Commented out can be considered Obsolete EquipmentType.addType(new InfantryPistolClanERLaserPistolWeapon()); EquipmentType.addType(new InfantryPistolClanGaussPistolWeapon()); @@ -1730,19 +1715,6 @@ public static void initializeTypes() { EquipmentType.addType(new InfantryPulseLaserRifleGaul()); EquipmentType.addType(new InfantryPulseLaserRifleTirbuni()); - // Shrapnel Laser Rifles - EquipmentType.addType(new InfantryLaserCarbineBrightstarL15()); - EquipmentType.addType(new InfantryLaserRifleDarkLightCLLight()); - EquipmentType.addType(new InfantryLaserRifleDWSL5S()); - EquipmentType.addType(new InfantryLaserRifleScorcherVIBlazerRifle()); - EquipmentType.addType(new InfantryLaserRifleSyrtisFirebolt12Repaired()); - EquipmentType.addType(new InfantryLaserRifleSyrtisFirebolt12Unrepaired()); - EquipmentType.addType(new InfantryLaserRifleWolfBaronSunraker()); - EquipmentType.addType(new InfantryLaserRifleYangLie()); - EquipmentType.addType(new InfantryPulseLaserRifleDWSL5C()); - EquipmentType.addType(new InfantryPulseLaserRifleGaul()); - EquipmentType.addType(new InfantryPulseLaserRifleTirbuni()); - // Shrapnel Sniper Files EquipmentType.addType(new InfantrySniperRifleBartonAMRAntiArmor()); EquipmentType.addType(new InfantrySniperRifleBartonAMRStandard());