mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-21 12:37:05 +00:00
Allowed tank bots to reassign roles if human main tank is affected by fused armor
This commit is contained in:
@@ -202,9 +202,8 @@ void RazorscaleBossHelper::AssignRolesBasedOnHealth()
|
|||||||
// Otherwise, we have a real player
|
// Otherwise, we have a real player
|
||||||
const std::string playerName = newMainTank->GetName();
|
const std::string playerName = newMainTank->GetName();
|
||||||
const std::string text = playerName + " please taunt Razorscale now!";
|
const std::string text = playerName + " please taunt Razorscale now!";
|
||||||
|
|
||||||
bot->Say("Test message from Razorscale debug!", LANG_UNIVERSAL);
|
bot->Yell(text, LANG_UNIVERSAL);
|
||||||
bot->Say(text, LANG_UNIVERSAL);
|
|
||||||
|
|
||||||
_lastRoleSwapTime = std::time(nullptr);
|
_lastRoleSwapTime = std::time(nullptr);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user