Allowed tank bots to reassign roles if human main tank is affected by fused armor

This commit is contained in:
avirar
2024-12-22 13:37:42 +11:00
committed by GitHub
parent 5c63e6faf3
commit 67bc4a8e8f

View File

@@ -203,8 +203,7 @@ void RazorscaleBossHelper::AssignRolesBasedOnHealth()
const std::string playerName = newMainTank->GetName();
const std::string text = playerName + " please taunt Razorscale now!";
bot->Say("Test message from Razorscale debug!", LANG_UNIVERSAL);
bot->Say(text, LANG_UNIVERSAL);
bot->Yell(text, LANG_UNIVERSAL);
_lastRoleSwapTime = std::time(nullptr);
}