Merge pull request #1774 from AirwavesMan/master

Fixed GP25 wrong text
This commit is contained in:
ebaydayz
2016-10-06 14:26:37 -04:00
committed by GitHub

View File

@@ -8,7 +8,7 @@ class Attachment_GP25 : CA_Magazine
picture = "\z\addons\dayz_communityweapons\attachments\gp25\data\m_gp25_ca.paa";
displayName = $STR_DZ_ATT_GP25_NAME;
descriptionShort = $STR_DZ_ATT_GP25_NAME;
descriptionShort = $STR_DZ_ATT_GP25_DESC;
class ItemActions
{
@@ -18,4 +18,4 @@ class Attachment_GP25 : CA_Magazine
script = "; [_id,1] call player_attachAttachment";
};
};
};
};