summaryrefslogtreecommitdiff
path: root/game/battle.rpy
diff options
context:
space:
mode:
Diffstat (limited to 'game/battle.rpy')
-rw-r--r--game/battle.rpy4
1 files changed, 4 insertions, 0 deletions
diff --git a/game/battle.rpy b/game/battle.rpy
index 3d13134..581f9fa 100644
--- a/game/battle.rpy
+++ b/game/battle.rpy
@@ -55,6 +55,10 @@ init python:
## Animate action caster
bt_anim(entry[0], entry[1], czoom_on)
+ ## "Consume" the sphere (will be reset anyway)
+ if entry[0] == "party" and entry[2] > SPH_NONE and entry[2] < SRV_SKILL:
+ Battle["spheres"][entry[1]] = SPH_NONE
+
## Execute actions
if entry[2] in [SPH_NONE, SPH_PIERCE, SPH_ASSAULT, SPH_HEAL]:
## Play audio (WIP)