mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-20 18:36:29 +03:00
Update Anzio
This commit is contained in:
10
SQF/dayz_code/Configs/CfgMagazines/Magazines/20x102.hpp
Normal file
10
SQF/dayz_code/Configs/CfgMagazines/Magazines/20x102.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
class 3rnd_Anzio_20x102mm: CA_Magazine
|
||||
{
|
||||
displayName = $STR_DZ_MAG_3RND_20x102mm_ANZIO_NAME;
|
||||
descriptionShort = $STR_DZ_MAG_3RND_20x102mm_ANZIO_DESC;
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
COMBINE_MAG
|
||||
};
|
||||
};
|
||||
@@ -25,6 +25,7 @@
|
||||
#include "680x43.hpp" //ACR
|
||||
#include "86x70.hpp" //L115, MSR
|
||||
#include "762x67.hpp" //XM2010
|
||||
#include "20x102.hpp" //Anzio
|
||||
#include "Misc.hpp" //CZ550, Lee-Enfield
|
||||
#include "Shotgun.hpp"
|
||||
#include "Arrows.hpp"
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
class Anzio_20;
|
||||
class Anzio_20_DZ : Anzio_20 {
|
||||
displayName = $STR_DZ_WPN_ANZIO_NAME;
|
||||
descriptionShort = $STR_DZ_WPN_ANZIO_DESC;
|
||||
type = WeaponSlotPrimary;
|
||||
};
|
||||
Reference in New Issue
Block a user