summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/struct/battle_action.erl')
-rw-r--r--src/struct/battle_action.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/struct/battle_action.erl b/src/struct/battle_action.erl
index 0fe780f..8aaaef9 100644
--- a/src/struct/battle_action.erl
+++ b/src/struct/battle_action.erl
@@ -113,7 +113,7 @@ handle_attack_sequence
nothing -> {AttackValidEffects, AttackerHealth, DefenderHealth};
_ ->
{
- [AttackResult|AttackValidEffects],
+ (AttackValidEffects ++ [AttackResult]),
NewAttackerHealth,
NewDefenderHealth
}