From 3391371f9979f374e5cb3243e1f71500c6115f90 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Mon, 21 Oct 2019 21:50:25 +0200 Subject: Update for Ataxia. --- src/bounty/bnt_join_battle.erl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/bounty/bnt_join_battle.erl') diff --git a/src/bounty/bnt_join_battle.erl b/src/bounty/bnt_join_battle.erl index 40ecc9b..68a3358 100644 --- a/src/bounty/bnt_join_battle.erl +++ b/src/bounty/bnt_join_battle.erl @@ -152,7 +152,10 @@ add_characters (PlayerIX, RosterCharacters, Battle) -> RosterCharacters ), - {FinalBattle, ataxic:optimize(ataxic:sequence(FinalBattleAtaxicUpdates))}. + { + FinalBattle, + ataxic:sequence(FinalBattleAtaxicUpdates) + }. -spec get_roster_characters ( @@ -715,7 +718,7 @@ attempt ( pending_battle_db, PlayerUser, - ataxic:update_value(AtaxicUpdate), + ataxic:update_value(ataxic_optimize:aggressive(AtaxicUpdate)), PendingBattleID ), -- cgit v1.2.3-70-g09d2