mirror of
https://github.com/correl/mage.git
synced 2024-11-16 03:00:12 +00:00
* Pin to Earth - Fixed wrong P/T modification values from -0/-6 to -6/-0.
This commit is contained in:
parent
a9419b4977
commit
465da61626
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ public class PinToTheEarth extends CardImpl<PinToTheEarth> {
|
|||
this.addAbility(ability);
|
||||
|
||||
// Enchanted creature gets -6/-0.
|
||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new BoostEnchantedEffect(0,-6,Duration.WhileOnBattlefield)));
|
||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new BoostEnchantedEffect(-6,-0,Duration.WhileOnBattlefield)));
|
||||
}
|
||||
|
||||
public PinToTheEarth(final PinToTheEarth card) {
|
||||
|
|
Loading…
Reference in a new issue