Skip to content

Commit

Permalink
Lowered default AI difficulty and default number of AI
Browse files Browse the repository at this point in the history
  • Loading branch information
javaxubuntu committed Sep 10, 2018
1 parent f65d5ae commit 14ce127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/freeciv/save.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def setup_ui(self):
lambda:
uidialog.inputbox('How many computer enemies will you fight?',
finish=self.set_aicount))
self.set_aicount(4)
self.set_aicount(3)
self.add(self.aicount_button)

hex_tiles = ''
Expand Down Expand Up @@ -132,7 +132,7 @@ def setup_ui(self):
self.leader_name = 'Player'
self.city_style = nation[1]
self.leader_sex = 2
self.difficulty = 'easy'
self.difficulty = 'novice'

self.set_nation_settings()
self.set_difficulty_settings()
Expand Down

0 comments on commit 14ce127

Please sign in to comment.