(final PlayerCharacter aPC)
| 585 | } |
| 586 | |
| 587 | public int baseAttackBonus(final PlayerCharacter aPC) |
| 588 | { |
| 589 | if (aPC.getLevel(this) == 0) |
| 590 | { |
| 591 | return 0; |
| 592 | } |
| 593 | |
| 594 | return (int) getBonusTo("COMBAT", "BASEAB", aPC.getLevel(this), aPC); |
| 595 | } |
| 596 | |
| 597 | /** |
| 598 | * -2 means that the spell itself indicates what stat should be used, |