Add cheats for destroying and repairing runways.

This commit is contained in:
Dan Albert
2023-07-13 22:01:53 -07:00
committed by Raffson
parent 855fa1347b
commit 7303c8fa20
5 changed files with 78 additions and 5 deletions

View File

@@ -878,6 +878,7 @@ class Settings:
enable_frontline_cheats: bool = False
enable_base_capture_cheat: bool = False
enable_transfer_cheat: bool = False
enable_runway_state_cheat: bool = False
# LUA Plugins system
plugins: Dict[str, bool] = field(default_factory=dict)