auto genius invokation: fix PredictionDiceType, switching characters does not require specific dice

This commit is contained in:
huiyadanli 2023-11-25 16:51:33 +08:00
parent 8af8b444c2
commit 9fe2a75db2

View File

@ -331,7 +331,7 @@ public class Duel
}
else
{
elementSet.Add(actionCommand.GetDiceUseElementType());
// elementSet.Add(actionCommand.GetDiceUseElementType());
//executeActionIndex.Add(-actionCommand.Character.Index);
}
}