| 1372 | } |
| 1373 | |
| 1374 | void CActor::UpdateArtefactPanel() |
| 1375 | { |
| 1376 | if (auto* art_pan = HUD().GetUI()->UIMainIngameWnd->m_artefactPanel) |
| 1377 | art_pan->InitIcons(inventory().m_belt); |
| 1378 | } |
| 1379 | |
| 1380 | void CActor::ApplyArtefactEffects(ActorRestoreParams& r, CArtefact* artefact) |
| 1381 | { |
no test coverage detected