Fix a few weapon attachment bugs

This commit is contained in:
AirwavesMan
2020-06-28 22:41:41 +02:00
parent 09c368b938
commit e58001a8dd
8 changed files with 31 additions and 5 deletions

View File

@@ -46,7 +46,7 @@ class MK22_SD_DZ: M9SD
class RemoveSuppressor
{
text = $STR_ATTACHMENT_RMVE_Silencer;
script = "; ['Attachment_Sup9',_id,'MK22_SD_DZ'] call player_removeAttachment";
script = "; ['Attachment_Sup9',_id,'MK22_DZ'] call player_removeAttachment";
};
};
};