added 'move from group' action/strat/shortcut-action

This commit is contained in:
Fuzz
2024-08-26 22:30:36 +10:00
parent 1aa9145902
commit d29569e9ea
14 changed files with 180 additions and 19 deletions

View File

@@ -24,6 +24,7 @@ PassiveMultiplier::PassiveMultiplier(PlayerbotAI* botAI) : Multiplier(botAI, "pa
if (allowedParts.empty())
{
allowedParts.push_back("follow");
allowedParts.push_back("move from group");
allowedParts.push_back("stay");
allowedParts.push_back("chat shortcut");
}