changed 'player + " put' to 'player + " puts'
parent
f7334bcac8
commit
fb1edadf4c
|
@ -19,7 +19,7 @@ public class Awakening_Zone {
|
|||
player,
|
||||
new Object[]{player},
|
||||
this,
|
||||
player + " put a 0/1 colorless Eldrazi Spawn creature token onto the battlefield. "+
|
||||
player + " puts a 0/1 colorless Eldrazi Spawn creature token onto the battlefield. "+
|
||||
"It has \"Sacrifice this creature: Add {1} to your mana pool.\""):
|
||||
MagicEvent.NONE;
|
||||
}
|
||||
|
|
|
@ -18,7 +18,7 @@ public class Captain_of_the_Watch {
|
|||
player,
|
||||
new Object[]{player},
|
||||
this,
|
||||
player + " put three 1/1 white Soldier creature tokens onto the battlefield.");
|
||||
player + " puts three 1/1 white Soldier creature tokens onto the battlefield.");
|
||||
}
|
||||
@Override
|
||||
public void executeEvent(
|
||||
|
|
|
@ -20,7 +20,7 @@ public class Creakwood_Liege {
|
|||
player,
|
||||
new Object[]{player},
|
||||
this,
|
||||
player + " put a 1/1 black and green Worm creature token onto the battlefield."):
|
||||
player + " puts a 1/1 black and green Worm creature token onto the battlefield."):
|
||||
MagicEvent.NONE;
|
||||
}
|
||||
@Override
|
||||
|
|
|
@ -21,7 +21,7 @@ public class Dragonmaster_Outcast {
|
|||
player,
|
||||
new Object[]{player},
|
||||
this,
|
||||
player + " put a 5/5 red Dragon creature token with flying onto the battlefield."):
|
||||
player + " puts a 5/5 red Dragon creature token with flying onto the battlefield."):
|
||||
MagicEvent.NONE;
|
||||
}
|
||||
@Override
|
||||
|
|
|
@ -18,7 +18,7 @@ public class Grave_Titan {
|
|||
player,
|
||||
new Object[]{player},
|
||||
this,
|
||||
player + " put two 2/2 black Zombie creature tokens onto the battlefield.");
|
||||
player + " puts two 2/2 black Zombie creature tokens onto the battlefield.");
|
||||
}
|
||||
@Override
|
||||
public void executeEvent(
|
||||
|
@ -42,7 +42,7 @@ public class Grave_Titan {
|
|||
player,
|
||||
new Object[]{player},
|
||||
this,
|
||||
player + " put two 2/2 black Zombie creature tokens onto the battlefield."):
|
||||
player + " puts two 2/2 black Zombie creature tokens onto the battlefield."):
|
||||
MagicEvent.NONE;
|
||||
}
|
||||
@Override
|
||||
|
|
|
@ -21,7 +21,7 @@ public class Hero_of_Bladehold {
|
|||
player,
|
||||
new Object[]{player},
|
||||
this,
|
||||
player + " put two 1/1 white Soldier creature tokens " +
|
||||
player + " puts two 1/1 white Soldier creature tokens " +
|
||||
"onto the battlefield tapped and attacking."):
|
||||
MagicEvent.NONE;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue