Update harvest confirmation

pull/5/head
Jake Funke 2017-05-09 19:31:46 +00:00
parent e557dbab8f
commit b3aef701f5
1 changed files with 1 additions and 1 deletions

View File

@ -502,7 +502,7 @@ class CursedMenu(object):
except Exception as e:
self.__exit__()
if user_in == ord('Y'):
if user_in in [ord('Y'), ord('y')]:
self.plant.start_over()
else:
pass