Updates the unit as if it has performed a worker action.
(&mut self)
| 684 | |
| 685 | /// Updates the unit as if it has performed a worker action. |
| 686 | pub(crate) fn worker_act(&mut self) { |
| 687 | self.has_worker_acted = true; |
| 688 | } |
| 689 | |
| 690 | /// Updates the worker as though it has replicated. In reality, |
| 691 | /// just updates the worker's ability heat. |