Merge pull request #1636 from Mikeeeyy/patch-15

Update Ammo.hpp
This commit is contained in:
vbawol
2015-04-03 22:49:25 -05:00

View File

@@ -28,7 +28,9 @@ class 100Rnd_762x51_M240 : CA_Magazine {
model = "\ca\CommunityConfigurationProject_E\Gameplay_ActualModelsOfWeaponMagazinesVisibleOnTheGround\p3d\100Rnd_762x51_M240.p3d";
};
class 200Rnd_762x51_M240 : 100Rnd_762x51_M240 {
displayName = "200Rnd. M240";
count = 200;
descriptionShort = "Caliber: 7.62x51mm NATO <br/>Rounds: 200 <br/>Used in: M240, Mk 48 Mod 0";
};
class 200Rnd_556x45_M249 : CA_Magazine {
scope = 2;
@@ -153,4 +155,4 @@ class WoodenArrow : CA_Magazine {
output[] = {"Quiver"};
};
};
};
};