fix multiple attacks in effect at once during rave
This commit is contained in:
@@ -97,7 +97,7 @@ void ScoreKeeperRave::LaunchAttack( AttackLevel al )
|
|||||||
a.sModifier = sAttackToGive;
|
a.sModifier = sAttackToGive;
|
||||||
|
|
||||||
// remove current attack (if any)
|
// remove current attack (if any)
|
||||||
GAMESTATE->RemoveActiveAttacksForPlayer( pnToAttack, al );
|
GAMESTATE->RemoveActiveAttacksForPlayer( pnToAttack );
|
||||||
|
|
||||||
// apply new attack
|
// apply new attack
|
||||||
GAMESTATE->LaunchAttack( pnToAttack, a );
|
GAMESTATE->LaunchAttack( pnToAttack, a );
|
||||||
|
|||||||
Reference in New Issue
Block a user