fn delivery_location_system(
    press_events: EventReader<'_, '_, MinimapPressEvent>,
    location_events: EventWriter<'_, DeliveryLocationSelectedEvent>
)