fire-eggs / CivOne

An open source implementation of Sid Meier's Civilization 1 using C# and .NET.
Creative Commons Zero v1.0 Universal
21 stars 4 forks source link

Need to know when player is using Earth #101

Open fire-eggs opened 5 years ago

fire-eggs commented 5 years ago

In the AI logic, there is a need to be able to check for "map is Earth". Need to add a setting and set it to true when the 'Earth' menu was chosen at beginning of game.

See setting.cs for settings stuff; do not save/restore it; see Credits.cs, Earth() function is where to set it.