mirror of
https://github.com/correl/mage.git
synced 2025-03-29 01:09:05 -09:00
fix text of Enslaved Horror
This commit is contained in:
parent
4d6f047af8
commit
34444f5616
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class EnslavedHorrorEffect extends OneShotEffect {
|
|||
|
||||
public EnslavedHorrorEffect() {
|
||||
super(Outcome.PutCreatureInPlay);
|
||||
this.staticText = "each player may put a creature card from their graveyard onto the battlefield";
|
||||
this.staticText = "each other player may put a creature card from their graveyard onto the battlefield";
|
||||
}
|
||||
|
||||
public EnslavedHorrorEffect(final EnslavedHorrorEffect effect) {
|
||||
|
|
Loading…
Add table
Reference in a new issue