mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
SlayersPlate fix SOI
This commit is contained in:
parent
4d0fb89ac9
commit
21f1f17265
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ public class SlayersPlate extends CardImpl {
|
|||
this.subtype.add("Equipment");
|
||||
|
||||
// Equipped creature gets +4/+2.
|
||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new BoostEquippedEffect(2, 2)));
|
||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new BoostEquippedEffect(4, 2)));
|
||||
|
||||
// Whenever equipped creature dies, if it was a Human, put a 1/1 white Spirit creature token with flying onto the battlefield.
|
||||
this.addAbility(new SlayersPlateTriggeredAbility());
|
||||
|
|
Loading…
Reference in a new issue