| 2352 | } |
| 2353 | |
| 2354 | void Player::instrumentEquipped(String const& instrumentKind) { |
| 2355 | if (canUseTool()) |
| 2356 | m_songbook->keepAlive(instrumentKind, mouthPosition()); |
| 2357 | } |
| 2358 | |
| 2359 | void Player::interact(InteractAction const& action) { |
| 2360 | starAssert(!isSlave()); |