AttackResult修改
This commit is contained in:
@@ -46,7 +46,7 @@ namespace Continentis.Mods.Basic.Buffs
|
||||
|
||||
private void OnAfterPlayCard(CardInstance card, List<CharacterBase> targets)
|
||||
{
|
||||
sourceCharacter.Attack(attachedCharacter, unitedStackSubmodule.stackAmount, false, true);
|
||||
sourceCharacter.Attack(attachedCharacter, unitedStackSubmodule.stackAmount, null, false, true);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user