mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-26 17:51:51 +03:00
Add epoch version of the Red Ryder BB gun
This commit is contained in:
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