Revert previous changes. NEXT: draw_info_text stuff.

This commit is contained in:
Netscape Navigator 2018-11-24 22:34:04 -06:00
parent 6ceffd9098
commit 056df53b47
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ class CursedMenu(object):
if this_garden[plant_id]:
if not this_garden[plant_id]["dead"]:
this_plant = this_garden[plant_id]
plant_table.append((this_plant["owner"][:14],
plant_table.append((this_plant["owner"],
this_plant["age"],
int(this_plant["score"]),
this_plant["description"]))