* Changes the base facility's remaining time * until it's finished building. * @param time Time left in days. */
| 130 | * @param time Time left in days. |
| 131 | */ |
| 132 | void BaseFacility::setBuildTime(int time) |
| 133 | { |
| 134 | _buildTime = time; |
| 135 | } |
| 136 | |
| 137 | /** |
| 138 | * Handles the facility building every day. |
no outgoing calls
no test coverage detected