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

@@ -13,5 +13,11 @@ class ItemToolbox : ItemCore
script=";[['DesertCamoNet_DZ','ForestCamoNet_DZ','DesertLargeCamoNet_DZ','ForestLargeCamoNet_DZ'],10,'str_epoch_player_8'] call player_removeNearby;";
};
};
};
class ItemToolboxBroken : ItemToolbox
{
displayName = $STR_EQUIP_NAME_2_BROKEN;
descriptionShort = $STR_EQUIP_DESC_2_BROKEN;
class ItemActions {};
};