Add missing SD indicator on magazine icons

Also switch to a new icon for the fn fal magazines which has a model now.
This commit is contained in:
A Man
2020-01-29 20:57:00 +01:00
parent 4bf3b8964a
commit dc43e6ae84
4 changed files with 11 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ class 40Rnd_46x30_mp7: CA_Magazine
{
scope = 2;
displayName = $STR_DZ_MAG_40RND_MP7_NAME;
picture = "\C1987_Mp7\equip\gui_mp7_40_mag.paa";
picture = "\dayz_epoch_c\icons\magazines\gui_mp7_40_mag.paa";
model = "\C1987_Mp7\mp7_40_mag.p3d";
ammo = "B_46x30_Ball";
count = 40;
@@ -18,7 +18,7 @@ class 40Rnd_46x30_sd_mp7: CA_Magazine
{
scope = 2;
displayName = $STR_DZ_MAG_40RND_MP7SD_NAME;
picture = "\C1987_Mp7\equip\gui_mp7_40_mag.paa";
picture = "\dayz_epoch_c\icons\magazines\gui_mp7_40sd_mag.paa";
model = "\C1987_Mp7\mp7_40_mag.p3d";
ammo = "B_46x30_SD_Ball";
count = 40;