mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +03:00
Force the models for some magazines since some mods overwrote them
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
class 8Rnd_9x18_Makarov : CA_Magazine
|
||||
{
|
||||
displayName = $STR_DZ_MAG_8RND_9X18_PM_NAME;
|
||||
model = "\ca\CommunityConfigurationProject_E\Gameplay_ActualModelsOfWeaponMagazinesVisibleOnTheGround\p3d\8Rnd_9x18_Makarov.p3d";
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
COMBINE_MAG
|
||||
@@ -10,6 +12,7 @@ class 8Rnd_9x18_Makarov : CA_Magazine
|
||||
class 8Rnd_9x18_MakarovSD : 8Rnd_9x18_Makarov
|
||||
{
|
||||
picture = "\z\addons\dayz_communityweapons\magazines\data\m_makarovsd_ca.paa";
|
||||
model = "\ca\CommunityConfigurationProject_E\Gameplay_ActualModelsOfWeaponMagazinesVisibleOnTheGround\p3d\8Rnd_9x18_Makarov.p3d";
|
||||
displayName = $STR_DZ_MAG_8RND_9X18_PMSD_NAME;
|
||||
|
||||
class ItemActions
|
||||
|
||||
Reference in New Issue
Block a user