Add more broken tool versions

This commit is contained in:
A Man
2020-04-06 21:54:41 +02:00
parent 49f421c0cb
commit 95de5bb914
23 changed files with 329 additions and 152 deletions

View File

@@ -5,3 +5,8 @@ class ItemKeyKit: ItemCore {
descriptionShort=$STR_EQUIP_KEYKIT_DESC;
picture="\z\addons\dayz_epoch\pictures\equip_keykit_ca.paa";
};
class ItemKeyKitBroken: ItemKeyKit {
displayname = $STR_EQUIP_KEYKIT_BROKEN;
descriptionShort = $STR_EQUIP_KEYKIT_BROKEN_DESC;
};