1
0
Fork 0
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:
Ingmar Goudt 2019-07-09 22:01:58 +02:00
parent 4d6f047af8
commit 34444f5616

View file

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