复制牌,保护buff显示调整
This commit is contained in:
@@ -16,7 +16,7 @@ namespace Continentis.Mods.Basic.Cards
|
||||
new Cmd_PlayAnimation(user.characterView, "Skill"),
|
||||
new Cmd_ParamFunction<CharacterBase>((target) =>
|
||||
{
|
||||
Protected protectedBuff = CreateCharacterBuff<Protected>(user);
|
||||
Protected protectedBuff = CreateCharacterBuff<Protected>();
|
||||
protectedBuff.Apply(target, user, this);
|
||||
Protecting protectingBuff = CreateCharacterBuff<Protecting>(target, GetAttribute("BuffCount_Protecting"), protectedBuff);
|
||||
protectingBuff.Apply(user, user, this);
|
||||
|
||||
Reference in New Issue
Block a user