更新
This commit is contained in:
@@ -23,11 +23,11 @@ namespace Continentis.Mods.Basic.Cards
|
||||
target => Cmd.Sequential(
|
||||
Cmd.Parallel(
|
||||
new Cmd_PlayAnimation(user.characterView, "Attack"),
|
||||
Cmd.Do(() => user.Attack(target, GetTargetedFinalDamage(target)))
|
||||
Cmd.Do(() => AttackTarget(target, GetTargetedFinalDamage(target)))
|
||||
),
|
||||
Cmd.Parallel(
|
||||
new Cmd_PlayAnimation(user.characterView, "Attack"),
|
||||
Cmd.Do(() => user.Attack(target, GetTargetedFinalDamage(target)))
|
||||
Cmd.Do(() => AttackTarget(target, GetTargetedFinalDamage(target)))
|
||||
)
|
||||
),
|
||||
ExecutionMode.Sequential);
|
||||
|
||||
Reference in New Issue
Block a user