diff --git a/zone/bot.cpp b/zone/bot.cpp index d685a41f2..ad5aa206b 100644 --- a/zone/bot.cpp +++ b/zone/bot.cpp @@ -1839,7 +1839,8 @@ bool Bot::BotRangedAttack(Mob* other, bool CanDoubleAttack) { ) { if (!Ammo || ammoItem->GetCharges() < 1) { if (!GetCombatRoundForAlerts()) { - GetOwner()->Message(Chat::Yellow, "I do not have enough any ammo."); + SetCombatRoundForAlerts(); + BotGroupSay(this, "I do not have enough any ammo!"); } }