Card爆改!
This commit is contained in:
@@ -9,10 +9,10 @@ namespace Continentis.Mods.Basic.Cards
|
||||
{
|
||||
public void GenerateProtection(CharacterBase protector, CharacterBase target, int roundCount)
|
||||
{
|
||||
Protected protectedBuff = card.CreateCharacterBuff<Protected>();
|
||||
protectedBuff.Apply(target, user, card);
|
||||
Protecting protectingBuff = card.CreateCharacterBuff<Protecting>(target, roundCount, protectedBuff);
|
||||
protectingBuff.Apply(protector, user, card);
|
||||
Protected protectedBuff = mainLogic.CreateCharacterBuff<Protected>();
|
||||
protectedBuff.Apply(target, user, mainLogic);
|
||||
Protecting protectingBuff = mainLogic.CreateCharacterBuff<Protecting>(target, roundCount, protectedBuff);
|
||||
protectingBuff.Apply(protector, user, mainLogic);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user