summaryrefslogtreecommitdiff
path: root/game/battle.rpy
diff options
context:
space:
mode:
Diffstat (limited to 'game/battle.rpy')
-rw-r--r--game/battle.rpy1
1 files changed, 1 insertions, 0 deletions
diff --git a/game/battle.rpy b/game/battle.rpy
index fbc2cae..aab77a9 100644
--- a/game/battle.rpy
+++ b/game/battle.rpy
@@ -101,6 +101,7 @@ label combat:
$ use_sphere=[AP_NONE, AP_NONE, AP_NONE, AP_NONE, AP_NONE]
$ btl_ready = False
$ do_action = ACT_NONE
+ $ csid = None
python:
try:
do_action = renpy.call_screen("battle", _with_none=True)