Update the react map for some new events.

This commit is contained in:
Dan Albert
2022-03-03 23:31:07 -08:00
parent 4539e91fa9
commit 92236a5bc3
16 changed files with 145 additions and 65 deletions

View File

@@ -748,6 +748,7 @@ class ControlPoint(MissionTarget, SidcDescribable, ABC):
self.base.set_strength_to_minimum()
self._clear_front_lines(events)
self._create_missing_front_lines(events)
events.update_control_point(self)
@property
def required_aircraft_start_type(self) -> Optional[StartType]: