| 2522 | } |
| 2523 | |
| 2524 | bool Player::isPermaDead() const { |
| 2525 | if (!isDead()) |
| 2526 | return false; |
| 2527 | return modeConfig().permadeath; |
| 2528 | } |
| 2529 | |
| 2530 | bool Player::interruptRadioMessage() { |
| 2531 | if (m_interruptRadioMessage) { |
no outgoing calls
no test coverage detected