mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
Add missing models for certain weapon magazines
Big thx @helion4 for making those new models.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
class 20Rnd_762x51_FNFAL : CA_Magazine
|
||||
{
|
||||
model = "dayz_epoch_c\models\magazines\fnFal_mag.p3d";
|
||||
displayName = $STR_DZ_MAG_20RND_762X51_FNFAL_NAME;
|
||||
|
||||
cartridgeName = "762x51";
|
||||
@@ -73,6 +74,7 @@ class 200Rnd_762x51_M240 : 100Rnd_762x51_M240 {
|
||||
|
||||
class 20Rnd_762x51_B_SCAR : CA_Magazine
|
||||
{
|
||||
model = "dayz_epoch_c\models\magazines\mk17_mag.p3d";
|
||||
displayName = $STR_DZ_MAG_20Rnd_762x51_B_SCAR_NAME;
|
||||
|
||||
cartridgeName = "762x51";
|
||||
@@ -85,6 +87,7 @@ class 20Rnd_762x51_B_SCAR : CA_Magazine
|
||||
|
||||
class 20Rnd_762x51_SB_SCAR : CA_Magazine
|
||||
{
|
||||
model = "dayz_epoch_c\models\magazines\mk17_mag.p3d";
|
||||
displayName = $STR_DZ_MAG_20Rnd_762x51_SB_SCAR_NAME;
|
||||
|
||||
cartridgeName = "762x51_SD";
|
||||
|
||||
Reference in New Issue
Block a user