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

@@ -15,5 +15,10 @@ class Attachment_FL_Pist : CA_Magazine
text = $STR_DZ_ATT_ACT_TO_SECONDARY;
script = "; [_id,0] call player_attachAttachment";
};
class AttachToPrimary
{
text = $STR_DZ_ATT_ACT_TO_PRIMARY;
script = "; [_id,1] call player_attachAttachment";
};
};
};

View File

@@ -15,5 +15,10 @@ class Attachment_MFL_Pist : CA_Magazine
text = $STR_DZ_ATT_ACT_TO_SECONDARY;
script = "; [_id,0] call player_attachAttachment";
};
class AttachToPrimary
{
text = $STR_DZ_ATT_ACT_TO_PRIMARY;
script = "; [_id,1] call player_attachAttachment";
};
};
};