Feature: Cheat to fix station ratings at 100% (#11346)

This commit is contained in:
Tyler Trahan
2023-10-21 08:35:52 -04:00
committed by GitHub
parent 37f84b7372
commit 2dd2910ab3
7 changed files with 15 additions and 2 deletions

View File

@@ -32,6 +32,7 @@ struct Cheats {
Cheat change_date; ///< changes date ingame
Cheat setup_prod; ///< setup raw-material production in game
Cheat edit_max_hl; ///< edit the maximum heightlevel; this is a cheat because of the fact that it needs to reset NewGRF game state and doing so as a simple configuration breaks the expectation of many
Cheat station_rating; ///< Fix station ratings at 100%
};
extern Cheats _cheats;