* Gets the intelligence. This is the number of turns the AI remembers your troop positions. * @return The unit's intelligence. */
| 190 | * @return The unit's intelligence. |
| 191 | */ |
| 192 | int Unit::getIntelligence() const |
| 193 | { |
| 194 | return _intelligence; |
| 195 | } |
| 196 | |
| 197 | /** |
| 198 | * Gets the aggression. Determines the chance of revenge and taking cover. |