Update harvest confirmation
This commit is contained in:
parent
e557dbab8f
commit
b3aef701f5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user