Update shotgun ammo names

See:
634214570c
This commit is contained in:
ebaydayz
2016-03-11 14:10:45 -05:00
parent 09b656abc3
commit 01529e51bc
12 changed files with 112 additions and 138 deletions

View File

@@ -59,25 +59,6 @@ class 2Rnd_12Gauge_Slug : 8Rnd_12Gauge_Slug
};
};
};
class 2Rnd_shotgun_74Slug: 2Rnd_12Gauge_Slug {
count=2;
class ItemActions {
class ReloadMag {
text="Combine to 8 rounds";
script="spawn player_reloadMag;";
use[]= {
"2Rnd_shotgun_74Slug",
"2Rnd_shotgun_74Slug",
"2Rnd_shotgun_74Slug",
"2Rnd_shotgun_74Slug"
};
output[]= {
"8Rnd_12Gauge_Slug" //USE THIS AMMO TYPE INSTEAD OF 8Rnd_B_Beneli_74Slug
};
};
};
};
/* Buckshot */
@@ -137,23 +118,4 @@ class 2Rnd_12Gauge_Buck : 8Rnd_12Gauge_Buck
};
};
};
};
class 2Rnd_shotgun_74Pellets: 2Rnd_12Gauge_Buck {
displayName="2Rnd. Pellets";
count=2;
class ItemActions {
class ReloadMag {
text="Combine to 8 rounds";
script="spawn player_reloadMag;";
use[]= {
"2Rnd_shotgun_74Pellets",
"2Rnd_shotgun_74Pellets",
"2Rnd_shotgun_74Pellets",
"2Rnd_shotgun_74Pellets"
};
output[]= {
"8Rnd_12Gauge_Buck" //USE THIS TYPE INSTEAD OF 8Rnd_B_Beneli_Pellets
};
};
};
};