Nuclear weapons enabled by default
This commit is contained in:
parent
5c81bf2534
commit
f22a5723f8
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class GameSettings {
|
|||
var showPixelUnits: Boolean = false
|
||||
var showPixelImprovements: Boolean = true
|
||||
var showPixelResources: Boolean = true
|
||||
var nuclearWeaponEnabled = false
|
||||
var nuclearWeaponEnabled = true
|
||||
var continuousRendering = false
|
||||
var userId = ""
|
||||
var multiplayerTurnCheckerEnabled = true
|
||||
|
|
Loading…
Reference in a new issue