Update menu for new ascii display

This commit is contained in:
Jake Funke 2017-04-19 20:32:18 +00:00
parent e9a80ec6aa
commit 00fe6c2175
1 changed files with 4 additions and 1 deletions

View File

@ -145,9 +145,12 @@ class CursedMenu(object):
elif this_plant.stage == 2:
this_filename = plant_art_dict[this_plant.species]+'1.txt'
self.ascii_render(this_filename, ypos, xpos)
elif this_plant.stage >= 3:
elif this_plant.stage == 3:
this_filename = plant_art_dict[this_plant.species]+'2.txt'
self.ascii_render(this_filename, ypos, xpos)
elif this_plant.stage >= 4:
this_filename = plant_art_dict[this_plant.species]+'3.txt'
self.ascii_render(this_filename, ypos, xpos)
def draw_default(self):
# draws default menu