mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-07-03 23:21:55 +03:00
Mag names, Attachments names, Translation fixes
Vanilla development commit: https://github.com/DayZMod/DayZ/commit/af9e009bae1c1b6446d610338019d6c0446845b8 - renamed magazines for better sorting - renamed attachments for better sorting ([A] prefix added) some fixes, some strings moved to proper section - Remington 870 added to new attachment system (weapon flashlight) - Double-barrel shotgun will now spawns with pellets and has Doubleshot option (maybe this will make it more popular?)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
class Makarov_DZ : Makarov
|
||||
{
|
||||
displayName = $STR_DZ_WPN_PM_NAME;
|
||||
magazines[] =
|
||||
{
|
||||
8Rnd_9x18_Makarov,
|
||||
@@ -14,6 +15,7 @@ class Makarov_DZ : Makarov
|
||||
|
||||
class Makarov_SD_DZ : MakarovSD
|
||||
{
|
||||
displayName = $STR_DZ_WPN_PM_SD_NAME;
|
||||
magazines[] =
|
||||
{
|
||||
8Rnd_9x18_MakarovSD,
|
||||
@@ -24,7 +26,7 @@ class Makarov_SD_DZ : MakarovSD
|
||||
{
|
||||
class RemoveSuppressor
|
||||
{
|
||||
text = $STR_DZ_ATT_SUP545_RMVE;
|
||||
text = $STR_DZ_ATT_SUP9PM_RMVE;
|
||||
script = "; ['Attachment_SupMakarov',_id,'Makarov_DZ'] call player_removeAttachment";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user