* Mark the base as a valid alien retaliation target. * @param mark Mark (if @c true) or unmark (if @c false) the base. */
| 1153 | * @param mark Mark (if @c true) or unmark (if @c false) the base. |
| 1154 | */ |
| 1155 | void Base::setRetaliationTarget(bool mark) |
| 1156 | { |
| 1157 | _retaliationTarget = mark; |
| 1158 | } |
| 1159 | |
| 1160 | /** |
| 1161 | * Get the base's retaliation status. |
no outgoing calls
no test coverage detected