changed break for continue

This commit is contained in:
Manuel Otheo
2023-04-17 09:20:52 -06:00
parent 286edbbb8c
commit 57ee84437b

View File

@@ -120,7 +120,7 @@ class Agent:
break
elif console_input.lower().strip() == "":
print("Invalid input format.")
break
continue
elif console_input.lower().startswith("y -"):
try:
self.next_action_count = abs(