implementada la opció del mode quiosco
This commit is contained in:
@@ -640,7 +640,8 @@ void Game::killPlayer() {
|
||||
}
|
||||
|
||||
// Resta una vida al jugador
|
||||
if (Options::cheats.infinite_lives == Options::Cheat::State::DISABLED) {
|
||||
if (Options::cheats.infinite_lives == Options::Cheat::State::DISABLED &&
|
||||
!(Options::kiosk.enabled && Options::kiosk.infinite_lives)) {
|
||||
--scoreboard_data_->lives;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user