From fcb6b8f6f119abf1f658cc92e90420f21d7e0378 Mon Sep 17 00:00:00 2001 From: Ghislain Rodrigues Date: Sat, 16 Apr 2016 10:23:55 +0100 Subject: [PATCH] once the action is run, reset it to None --- core/Rpg.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/Rpg.py b/core/Rpg.py index 7fbd8bb..57c26d7 100644 --- a/core/Rpg.py +++ b/core/Rpg.py @@ -110,6 +110,8 @@ def _runAction(self, renderJson=False): self._savedGame['id_saved_game'] ) + self._action = None + if c == command_factory.quit: return c