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

@@ -37,4 +37,11 @@ class ItemFishingPole : ItemCore
};
};
};
};
class ItemFishingPoleBroken : ItemFishingPole
{
displayName = $STR_ITEM_NAME_FISHINGPOLEBROKEN;
descriptionShort = $STR_ITEM_DESC_FISHINGPOLE_BROKEN;
class ItemActions {};
};