From e3234c5ebb683950764ecd46dc27f50dfc490ee3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 16 Aug 2021 10:09:30 -0300 Subject: Make the used spheres to be "consumed" (slightly better graphically) --- game/battle.rpy | 4 ++++ 1 file changed, 4 insertions(+) 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) -- cgit v1.2.3-60-g2f50