Browse Source

tiny cleanup

Florian Steinschorn 4 years ago
parent
commit
41d629c2f0

+ 1 - 1
addons - Copy/RD501_Vehicle_Weapons/_mags/aircraft_laser_gun.hpp

@@ -25,7 +25,7 @@
 	class macro_new_mag(generic_aircraft_gun_asg,3000) : macro_new_mag(generic_aircraft_gun,1000)
 	{
 		displayNameShort = "AS Gun";
-		displayName = "Air Superiority Gun)";
+		displayName = "Air Superiority Gun";
 		ammo = macro_new_ammo(generic_aircraft_laser_gun_green);
 		count = 3000;
 	};

+ 1 - 4
addons - Copy/RD501_Vehicle_Weapons/_mags/missiles.hpp

@@ -31,10 +31,7 @@
 		displayName = "Flashfire WGM";	
 		displayNameShort = "Flashfire WGM";
 	};
-	class macro_new_mag(lgm,1) : 4Rnd_LG_Jian
+	class macro_new_mag(lgm,1) : macro_new_mag(lgm,4)
 	{
-		ammo = macro_new_ammo(lgm)
-		displayName = "Flashfire WGM";	
-		displayNameShort = "Flashfire WGM";
 		count = 1;
 	};