* Gets the number of civilians. * @return The number of civilians. */
| 125 | * @return The number of civilians. |
| 126 | */ |
| 127 | int AlienDeployment::getCivilians() const |
| 128 | { |
| 129 | return _civilians; |
| 130 | } |
| 131 | |
| 132 | /** |
| 133 | * Gets the terrain for battlescape generation. |