* Check whether reselecting this unit is allowed. * @return bool */
| 1533 | * @return bool |
| 1534 | */ |
| 1535 | bool BattleUnit::reselectAllowed() const |
| 1536 | { |
| 1537 | return !_dontReselect; |
| 1538 | } |
| 1539 | |
| 1540 | /** |
| 1541 | * Set the amount of turns this unit is on fire. 0 = no fire. |
no outgoing calls
no test coverage detected