| 41 | } |
| 42 | |
| 43 | AiMission AiDatabase::mission(String const& missionName) const { |
| 44 | return m_missions.get(missionName); |
| 45 | } |
| 46 | |
| 47 | AiSpeech AiDatabase::shipStatus(unsigned shipLevel) const { |
| 48 | // Find the first open speech set at this ship level or below. |
no test coverage detected