pub fn pilot_airship<S: State>(ship: Body) -> impl Action<S>
Expand description
The NPC is the airship captain. This action defines the flight loop for the airship. The captain NPC is autonomous and will fly the airship along the assigned route. The routes are established and assigned to the captain NPCs when the world is generated.