Update harvest confirmation

This commit is contained in:
Jake Funke 2017-05-09 19:31:46 +00:00
parent e557dbab8f
commit b3aef701f5

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