mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 04:42:07 -08:00
merge fix
This commit is contained in:
parent
060b8f9dc9
commit
593451376b
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ public final class StreetwiseNegotiator extends CardImpl {
|
|||
BackupAbility backupAbility = new BackupAbility(this, 1);
|
||||
|
||||
// This creature assigns combat damage equal to its toughness rather than its power.
|
||||
backupAbility.addAbility(new SimpleStaticAbility(new CombatDamageByToughnessSourceEffect(Duration.EndOfGame)
|
||||
backupAbility.addAbility(new SimpleStaticAbility(new CombatDamageByToughnessSourceEffect(Duration.WhileOnBattlefield)
|
||||
.setText("this creature assigns combat damage equal to its toughness rather than its power")));
|
||||
|
||||
this.addAbility(backupAbility);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue