mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-20 23:20:50 +03:00
Add APS
This commit is contained in:
@@ -16,4 +16,18 @@ class 8Rnd_9x18_MakarovSD : 8Rnd_9x18_Makarov
|
||||
{
|
||||
COMBINE_MAG
|
||||
};
|
||||
};
|
||||
|
||||
class 20Rnd_9x18_APS : 8Rnd_9x18_Makarov
|
||||
{
|
||||
displayName = $STR_DZ_MAG_20RND_APS_NAME;
|
||||
descriptionShort = $STR_DZ_MAG_20RND_APS_DESC;
|
||||
count = 20;
|
||||
};
|
||||
|
||||
class 20Rnd_9x18_APSSD : 8Rnd_9x18_MakarovSD
|
||||
{
|
||||
displayName = $STR_DZ_MAG_20RND_APSSD_NAME;
|
||||
descriptionShort = $STR_DZ_MAG_20RND_APSSD_DESC;
|
||||
count = 20;
|
||||
};
|
||||
Reference in New Issue
Block a user