mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +03:00
Mag names, Attachments names, Translation fixes
Vanilla development commit:
af9e009bae
- 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:
@@ -7,8 +7,8 @@ class Attachment_SupBizon : CA_Magazine
|
||||
model = "z\addons\dayz_communityassets\models\surpressor.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\attachment_silencer.paa";
|
||||
|
||||
displayName = $STR_ATTACHMENT_NAME_SILENCER_BIZON;
|
||||
descriptionShort = $STR_ATTACHMENT_DESC_SILENCER_BIZON;
|
||||
displayName = $STR_DZ_ATT_SUP9BIZON_NAME;
|
||||
descriptionShort = $STR_DZ_ATT_SUP9BIZON_DESC;
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user