Icons, 9mm silencer, m16a2

Vanilla development commit:

896825693d
This commit is contained in:
ebaydayz
2016-07-23 14:55:04 -04:00
parent f76b8493fd
commit 34f9f97aa3
14 changed files with 20 additions and 27 deletions

View File

@@ -9,7 +9,8 @@ class Makarov_DZ : Makarov
class Attachments
{
Attachment_SupMakarov = "Makarov_SD_DZ";
Attachment_SupMakarov = "Makarov_SD_DZ"; //left to maintain old suppressor attachment
Attachment_Sup9 = "Makarov_SD_DZ";
};
};
@@ -27,7 +28,7 @@ class Makarov_SD_DZ : MakarovSD
class RemoveSuppressor
{
text = $STR_ATTACHMENT_RMVE_Silencer;
script = "; ['Attachment_SupMakarov',_id,'Makarov_DZ'] call player_removeAttachment";
script = "; ['Attachment_Sup9',_id,'Makarov_DZ'] call player_removeAttachment";
};
};
};