* Keith Richards would be so proud * @return satisfaction level, 0 = alien pact, 1 = unhappy, 2 = satisfied, 3 = happy. */
| 112 | * @return satisfaction level, 0 = alien pact, 1 = unhappy, 2 = satisfied, 3 = happy. |
| 113 | */ |
| 114 | int Country::getSatisfaction() |
| 115 | { |
| 116 | if(_pact) |
| 117 | return 0; |
| 118 | return _satisfaction; |
| 119 | } |
| 120 | |
| 121 | /** |
| 122 | * Adds to the country's xcom activity level. |