Cleaned up configs

This commit is contained in:
luxick
2016-01-21 16:51:04 +01:00
parent d743428921
commit ce318aebb0
4 changed files with 28 additions and 24 deletions

2
cli.py
View File

@@ -31,7 +31,7 @@ class cursesUI:
height, width = self.stdscr.getmaxyx()
self.win = curses.newpad(16383, width)
self.king.createKingdom(50)
self.king.createKingdom(startNrVillages)
while self.running:
self.build_screen(self.king, self.ticks)