* Changes the scientists being transferred. * @param scientists Amount of scientists. */
| 182 | * @param scientists Amount of scientists. |
| 183 | */ |
| 184 | void Transfer::setScientists(int scientists) |
| 185 | { |
| 186 | _scientists = scientists; |
| 187 | } |
| 188 | |
| 189 | /** |
| 190 | * Changes the engineers being transferred. |