mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-09 09:42:52 +03:00
0.932
+ Aluminum bar config + test resetting pz animation
This commit is contained in:
@@ -1388,6 +1388,17 @@ class CfgMagazines
|
||||
picture = "\dayz_equip\textures\equip_bar_copper_CA.paa";
|
||||
descriptionShort = "Copper Bar";
|
||||
};
|
||||
|
||||
class ItemAluminumBar: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "Aluminum";
|
||||
model = "\dayz_equip\models\silver_bar.p3d";
|
||||
picture = "\dayz_equip\textures\equip_bar_silver_CA.paa";
|
||||
descriptionShort = "Aluminum Bar";
|
||||
};
|
||||
class ItemZombieParts: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
|
||||
Reference in New Issue
Block a user