更新
This commit is contained in:
@@ -17,8 +17,7 @@ namespace Continentis.Mods.Basic.Cards
|
||||
{
|
||||
base.PlayEffect(targetList);
|
||||
|
||||
return Cmd.Parallel(
|
||||
new Cmd_PlayAnimation(user.characterView, "Skill"),
|
||||
return Cmd.Parallel(new Cmd_PlayAnimation(user.characterView, "Skill"),
|
||||
Cmd.After(0.2f, () => user.AddBlock(GetAttribute("Block")))
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user