Fix some errors

This commit is contained in:
ebaydayz
2016-03-31 14:45:13 -04:00
parent 6de88c7b07
commit 3f6cd7de42
33 changed files with 185 additions and 167 deletions

View File

@@ -1,4 +1,4 @@
class ItemSledge: ItemCore
class ItemSledge: ItemCore // Epoch class
{
scope = public;
@@ -31,6 +31,16 @@ class ItemSledge: ItemCore
};
};
class ItemSledgeHammer : ItemCore
{
scope = public;
model = "z\addons\dayz_communityweapons\models\sledge_hammer\sledgehammer.p3d";
picture = "\z\addons\dayz_communityweapons\models\sledge_hammer\sledgehammer.paa";
displayName = $STR_EQUIP_NAME_SledgeHammer;
descriptionShort = $STR_EQUIP_DESC_SledgeHammer;
};
class ItemSledgeHammerBroken : ItemCore
{
scope = public;