mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-19 22:52:56 +03:00
Add epoch version of the Red Ryder BB gun
This commit is contained in:
@@ -214,6 +214,8 @@ class CfgWeapons
|
||||
#include "Rifles\WA2000.hpp"
|
||||
#include "Rifles\BarrettMRAD.hpp"
|
||||
|
||||
#include "Rifles\RedRyder.hpp"
|
||||
|
||||
/* PISTOLS */
|
||||
|
||||
class M9;
|
||||
@@ -348,5 +350,5 @@ class CfgWeapons
|
||||
#include "Item\ItemKeys.hpp"
|
||||
#include "Item\Documents.hpp"
|
||||
|
||||
#include "VehicleWeapons.hpp"
|
||||
#include "VehicleWeapons.hpp"
|
||||
};
|
||||
6
SQF/dayz_code/Configs/CfgWeapons/Rifles/RedRyder.hpp
Normal file
6
SQF/dayz_code/Configs/CfgWeapons/Rifles/RedRyder.hpp
Normal file
@@ -0,0 +1,6 @@
|
||||
class RedRyder;
|
||||
class RedRyder_DZ: RedRyder {
|
||||
displayName = $STR_DZ_WPN_RED_RYDER_NAME;
|
||||
descriptionShort = $STR_DZ_WPN_RED_RYDER_DESC;
|
||||
magazines[] = {"350Rnd_BB_GUN"};
|
||||
};
|
||||
Reference in New Issue
Block a user