diff --git "a/smartbot/Profiles/77\346\240\207(S)DK.cs" "b/smartbot/Profiles/77\346\240\207(S)DK.cs" index 31826beb37debc696316f38c88743e71e4d055ae..a7f2ab1b2d88c231f9a6ee704b77f2a273ee1e00 100644 --- "a/smartbot/Profiles/77\346\240\207(S)DK.cs" +++ "b/smartbot/Profiles/77\346\240\207(S)DK.cs" @@ -260,7 +260,7 @@ namespace SmartBotProfiles if (BoardHelper.GetSurvivalMinionEnemy(board).Sum(x => x.CurrentHealth) > 18 && BoardHelper.GetSecondTurnLethalRange(board) <= 15) { - + p.GlobalAggroModifier = 1000; //Full aggro when conditions are met Bot.Log("走脸"); }else{ p.GlobalAggroModifier = (int)(a * 0.625+200);