Add lull/aelull to ^cast

This commit is contained in:
nytmyr
2024-12-10 14:03:33 -06:00
parent 2bffc1b79c
commit bf4f2f5623
7 changed files with 30 additions and 3 deletions
+8
View File
@@ -268,6 +268,14 @@ void bot_command_cast(Client* c, const Seperator* sep)
return;
}
break;
case BotSpellTypes::AELull:
case BotSpellTypes::Lull:
if (!RuleB(Bots, AllowCommandedLull)) {
c->Message(Chat::Yellow, "This commanded type is currently disabled.");
return;
}
break;
case BotSpellTypes::SummonCorpse:
if (!RuleB(Bots, AllowCommandedSummonCorpse)) {