mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-17 21:52:56 +03:00
Add Sa61 Epoch version
This commit is contained in:
@@ -245,7 +245,8 @@ class CfgWeapons
|
||||
class UZI_SD_EP1;
|
||||
#include "Pistols\PDW.hpp"
|
||||
#include "Pistols\TEC9.hpp"
|
||||
#include "Pistols\MAC10.hpp"
|
||||
#include "Pistols\MAC10.hpp"
|
||||
#include "Pistols\SA61.hpp"
|
||||
|
||||
class revolver_EP1;
|
||||
#include "Pistols\Revolver.hpp"
|
||||
|
||||
4
SQF/dayz_code/Configs/CfgWeapons/Pistols/SA61.hpp
Normal file
4
SQF/dayz_code/Configs/CfgWeapons/Pistols/SA61.hpp
Normal file
@@ -0,0 +1,4 @@
|
||||
class Sa61_EP1;
|
||||
class Sa61_DZ: Sa61_EP1 {
|
||||
displayName = $STR_DZ_WPN_SA61_NAME;
|
||||
};
|
||||
Reference in New Issue
Block a user