changed 'player + " put' to 'player + " puts'

master
beholder 2011-09-09 11:06:01 +02:00
parent f7334bcac8
commit fb1edadf4c
6 changed files with 7 additions and 7 deletions

View File

@ -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;
}

View File

@ -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(

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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;
}