Add AllowAIMez to allow bot auto mez to be toggled

This commit is contained in:
nytmyr
2024-11-10 23:15:08 -06:00
parent 1c8da32f72
commit 2042e95163
2 changed files with 13 additions and 0 deletions
+1
View File
@@ -876,6 +876,7 @@ RULE_BOOL(Bots, DoResponseAnimations, true, "If enabled bots will do animations
RULE_INT(Bots, DefaultFollowDistance, 20, "Default 20. Distance a bot will follow behind.")
RULE_INT(Bots, MaxFollowDistance, 300, "Default 300. Max distance a bot can be set to follow behind.")
RULE_INT(Bots, MaxDistanceRanged, 300, "Default 300. Max distance a bot can be set to ranged.")
RULE_BOOL(Bots, AllowAIMez, true, "If enabled bots will automatically mez/AE mez eligible targets.")
RULE_CATEGORY_END()
RULE_CATEGORY(Chat)