[Bots] Add missing stance options (#4681)

- Moved stance check to function
- Added check for Efficient and Assist stances.
- Sets aggressive to ignore aggrochecks by default
- Adds more types to default aggrocheck list
- Sets Assist to hold CCs
This commit is contained in:
nytmyr
2025-02-15 15:03:55 -06:00
committed by GitHub
parent 9aa0f7c695
commit 3b399dfac5
3 changed files with 39 additions and 20 deletions
+1 -6
View File
@@ -1263,12 +1263,7 @@ void bot_command_stance(Client *c, const Seperator *sep)
if (sep->IsNumber(1)) {
++ab_arg;
value = atoi(sep->arg[1]);
if (
value < Stance::Passive ||
value > Stance::AEBurn ||
value == Stance::Reactive ||
value == Stance::Assist
) {
if (!Bot::IsValidBotStance(value)) {
c->Message(
Chat::Yellow,
fmt::format(