moved make_tamagotchi_list to Util

This commit is contained in:
luxick
2015-08-26 15:37:59 +02:00
parent 7186918752
commit 9862998242
4 changed files with 13 additions and 14 deletions

1
cli.py
View File

@@ -30,7 +30,6 @@ class cursesUI:
def build_screen(self, king, ticks):
height, width = self.stdscr.getmaxyx()
self.win.move(0, 0)
self.win.addstr(0, 0, 'Tamagotchi Colony (alpha) - currently at tick '+str(ticks)+'.')
if self.kingdomview: