| 521 | } |
| 522 | |
| 523 | Maybe<PolyF> Player::hitPoly() const { |
| 524 | return m_movementController->collisionBody(); |
| 525 | } |
| 526 | |
| 527 | List<DamageNotification> Player::applyDamage(DamageRequest const& request) { |
| 528 | if (!inWorld() || isDead() || m_isAdmin) |
nothing calls this directly
no test coverage detected