developers, developers!

This commit is contained in:
2026-04-06 15:17:19 +02:00
parent 4c5e1e5470
commit fccc27fca0
10 changed files with 55 additions and 67 deletions

View File

@@ -598,10 +598,6 @@ void Game::handleDebugEvents(const SDL_Event& event) { // NOLINT(readability-co
player_->setColor();
break;
case SDLK_3:
toggleCheat(Options::cheats.jail_is_open, Locale::get()->get("game.cheat_jail_open")); // NOLINT(readability-static-accessed-through-instance)
break;
case SDLK_7:
Notifier::get()->show({Locale::get()->get("achievements.header"), Locale::get()->get("achievements.c11")}, Notifier::Style::CHEEVO, -1, false, "F7"); // NOLINT(readability-static-accessed-through-instance)
break;