()
| 7937 | } |
| 7938 | |
| 7939 | public boolean isAttacking() { |
| 7940 | if (getCombatLKI() != null) { |
| 7941 | return getCombatLKI().isAttacker; |
| 7942 | } |
| 7943 | return getGame().getCombat().isAttacking(this); |
| 7944 | } |
| 7945 | |
| 7946 | public boolean ignoreLegendRule() { |
| 7947 | // not legendary |
no test coverage detected