correct and tweak all combat positioning and combat range

This commit is contained in:
nytmyr
2024-11-10 23:35:28 -06:00
parent 161d6b3b66
commit f3c0ddd4be
4 changed files with 94 additions and 65 deletions
+1
View File
@@ -1695,6 +1695,7 @@ void bot_command_toggle_ranged(Client *c, const Seperator *sep)
else {
bot_iter->SetBotRangedSetting(ranged_state);
}
bot_iter->ChangeBotRangedWeapons(bot_iter->IsBotRanged());
}
}