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

@@ -25,4 +25,11 @@ class ItemMachete : ItemCore
output[] = {"MeleeMachete"};
};
};
};
class ItemMacheteBroken : ItemMachete
{
displayName = $STR_EQUIP_NAME_MACHETE_BROKEN;
descriptionShort = $STR_EQUIP_DESC_MACHETE_BROKEN;
class ItemActions {};
};