()
| 488 | } |
| 489 | |
| 490 | private static void writeCustomAbilities() |
| 491 | { |
| 492 | for (AbilityCategory ac : SettingsHandler.getGameAsProperty().get().getAllAbilityCategories()) |
| 493 | { |
| 494 | writeCustomPObjects(customAbilityFilePath(true), |
| 495 | Globals.getContext().getReferenceContext().getManufacturerId(ac).getAllObjects().iterator()); |
| 496 | } |
| 497 | } |
| 498 | |
| 499 | private static void writeCustomFeats() |
| 500 | { |
no test coverage detected