| 213 | } |
| 214 | |
| 215 | void AiInterface::showStatus() { |
| 216 | m_currentPage = AiPages::StatusPage; |
| 217 | setCurrentSpeech("shipStatusText", m_aiDatabase->shipStatus(m_client->clientContext()->shipUpgrades().shipLevel)); |
| 218 | m_mainStack->showPage(0); |
| 219 | |
| 220 | updateBreadcrumbs(); |
| 221 | } |
| 222 | |
| 223 | void AiInterface::showMissions() { |
| 224 | m_currentPage = AiPages::MissionList; |
nothing calls this directly
no test coverage detected