Set whether we will do the level abilities for the Kit @param yesNo true means we are handling level abilities in the kit.
(final boolean yesNo)
| 88 | * @param yesNo true means we are handling level abilities in the kit. |
| 89 | */ |
| 90 | public void setDoLevelAbilities(final boolean yesNo) |
| 91 | { |
| 92 | doLevelAbilitiesFlag = yesNo; |
| 93 | } |
| 94 | |
| 95 | /** |
| 96 | * Add a stat, wrapped in a KitStat, that will be set by this kit. |