| 257 | } |
| 258 | |
| 259 | void CActor::StartTalk(CInventoryOwner* talk_partner, bool) |
| 260 | { |
| 261 | if (auto det = smart_cast<CCustomDetector*>(inventory().ItemFromSlot(DETECTOR_SLOT))) |
| 262 | det->HideDetector(true); |
| 263 | |
| 264 | CInventoryOwner::StartTalk(talk_partner); |
| 265 | } |
| 266 | /* |
| 267 | void CActor::UpdateContact (u16 contact_id) |
| 268 | { |
no test coverage detected