更新
This commit is contained in:
@@ -32,7 +32,7 @@ namespace Continentis.Mods.Basic.Cards
|
||||
{
|
||||
perTargetGroup.AddCommand(Cmd.After(0.4f, () =>
|
||||
{
|
||||
user.Attack(target, GetTargetedFinalDamage(target));
|
||||
AttackTarget(target, GetTargetedFinalDamage(target));
|
||||
Debug.Log("攻击命令触发");
|
||||
}));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user