Rogue AI: use slice and dice as finisher

This commit is contained in:
郑佩茹
2023-04-04 13:33:12 -06:00
parent 7d102f5434
commit ad72b256bf
3 changed files with 6 additions and 2 deletions

View File

@@ -7,5 +7,5 @@
bool CastComboAction::isUseful()
{
return CastMeleeSpellAction::isUseful() && AI_VALUE2(uint8, "combo", "self target") < 5;
return CastMeleeSpellAction::isUseful() && AI_VALUE2(uint8, "combo", "current target") < 5;
}