Add epoch version of the Red Ryder BB gun

This commit is contained in:
A Man
2021-06-26 13:34:30 +02:00
parent 18d08b40e8
commit 597e6086e2
12 changed files with 61 additions and 8 deletions

View File

@@ -4,7 +4,6 @@ Hunting[] =
{Loot_GROUP, 10, shotgunsingleshot},
{Loot_GROUP, 1, Chainsaws},
{Loot_WEAPON, 1, DMR_Gh_DZ},
{Loot_WEAPON, 1, RedRyder},
//Tools
{Loot_GROUP, 5, ToolsSurvival},
@@ -14,7 +13,7 @@ Hunting[] =
{Loot_MAGAZINE, 2, FoodNutmix},
{Loot_MAGAZINE, 1, ItemDocument},
{Loot_MAGAZINE, 1, ItemMixOil},
{Loot_MAGAZINE, 1, 350Rnd_BB_Magazine},
{Loot_MAGAZINE, 1, 350Rnd_BB_GUN},
//Backpacks
{Loot_GROUP, 5, backpacks},

View File

@@ -269,7 +269,7 @@ shotgunsingleshot[] = { // Residential Spawns
{Loot_WEAPON, 2, LeeEnfield_DZ},
{Loot_WEAPON, 3, MR43_DZ},
{Loot_WEAPON, 3, Crossbow_DZ},
{Loot_WEAPON, 3, RedRyder},
{Loot_WEAPON, 3, RedRyder_DZ},
{Loot_WEAPON, 1, CZ550_DZ},
{Loot_WEAPON, 1, Mosin_DZ}
};