Corrected "Old Forest Road"

This commit is contained in:
PhallenCassidy
2017-01-05 10:58:45 -05:00
committed by GitHub
parent baf2236e33
commit 51b62d4260

View File

@@ -24,9 +24,9 @@ import java.util.List;
* Game Text: Forest. At the start of the Shadow phase, you may discard Gandalf to play a minion from
* your discard pile.
*/
public class Card31_054 extends AbstractSite {
public Card31_054() {
super("Ravenhill", Block.HOBBIT, 5, 6, Direction.RIGHT);
public class Card31_051 extends AbstractSite {
public Card31_051() {
super("Old Forest Road", Block.HOBBIT, 5, 6, Direction.RIGHT);
addKeyword(Keyword.FOREST);
}
@@ -44,4 +44,4 @@ public class Card31_054 extends AbstractSite {
}
return null;
}
}
}