* toggle the state of the fire damage tracking boolean. */
| 2609 | * toggle the state of the fire damage tracking boolean. |
| 2610 | */ |
| 2611 | void BattleUnit::toggleFireDamage() |
| 2612 | { |
| 2613 | _hitByFire = !_hitByFire; |
| 2614 | } |
| 2615 | |
| 2616 | /** |
| 2617 | * Changes the amount of TUs reserved for cover. |