(final SubstitutionClass sClass)
| 552 | * during the construction of the PCClassLevel |
| 553 | */ |
| 554 | public final void addSubstitutionClass(final SubstitutionClass sClass) |
| 555 | { |
| 556 | sClass.put(ObjectKey.LEVEL_HITDIE, get(ObjectKey.LEVEL_HITDIE)); |
| 557 | addToListFor(ListKey.SUBSTITUTION_CLASS, sClass); |
| 558 | } |
| 559 | |
| 560 | /** |
| 561 | * returns the value at which another attack is gained attackCycle of 4 |
no test coverage detected