mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Fix some errors
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user