复制牌,保护buff显示调整
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Continentis.Mods.Basic.Cards
|
||||
{
|
||||
public void GenerateProtection(CharacterBase protector, CharacterBase target, int roundCount)
|
||||
{
|
||||
Protected protectedBuff = card.CreateCharacterBuff<Protected>(protector);
|
||||
Protected protectedBuff = card.CreateCharacterBuff<Protected>();
|
||||
protectedBuff.Apply(target, user, card);
|
||||
Protecting protectingBuff = card.CreateCharacterBuff<Protecting>(target, roundCount, protectedBuff);
|
||||
protectingBuff.Apply(protector, user, card);
|
||||
|
||||
Reference in New Issue
Block a user