mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 13:26:39 +03:00
Add more broken tool versions
This commit is contained in:
@@ -9,4 +9,13 @@ class ItemEtool : ItemCore
|
||||
stashsmall = "StashSmall";
|
||||
stashmedium = "StashMedium";
|
||||
consume = "ItemSandbag";
|
||||
};
|
||||
|
||||
class ItemEtoolBroken : ItemCore
|
||||
{
|
||||
scope = public;
|
||||
model = "\dayz_equip\models\etool.p3d";
|
||||
picture = "\dayz_equip\textures\equip_etool_ca.paa";
|
||||
displayName = $STR_EQUIP_NAME_1_BROKEN;
|
||||
descriptionShort = $STR_EQUIP_DESC_1_BROKEN;
|
||||
};
|
||||
Reference in New Issue
Block a user