Update harvest confirmation
parent
e557dbab8f
commit
b3aef701f5
|
@ -502,7 +502,7 @@ class CursedMenu(object):
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.__exit__()
|
self.__exit__()
|
||||||
|
|
||||||
if user_in == ord('Y'):
|
if user_in in [ord('Y'), ord('y')]:
|
||||||
self.plant.start_over()
|
self.plant.start_over()
|
||||||
else:
|
else:
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in New Issue