The current duration of flight if a rocket were to be launched this round. Does not take into account any research done on rockets.
(&self)
| 644 | /// The current duration of flight if a rocket were to be launched this |
| 645 | /// round. Does not take into account any research done on rockets. |
| 646 | pub fn current_duration_of_flight(&self) -> Rounds { |
| 647 | self.orbit.duration(self.round) |
| 648 | } |
| 649 | |
| 650 | fn process_asteroids(&mut self) { |
| 651 | if self.asteroids.has_asteroid(self.round) { |