- "Memories of Moria" from set 20 now in-game has correct name, instead of "Memories of Khazad-dum", thus conflicting with the Dwarf card.

This commit is contained in:
marcins78@gmail.com
2014-04-22 23:59:26 +00:00
parent 4d8e5677e5
commit 32484dcb20
2 changed files with 5 additions and 1 deletions

View File

@@ -1,4 +1,8 @@
<pre style="font-size:80%">
<b>23 Apr. 2014</b>
- "Memories of Moria" from set 20 now in-game has correct name, instead of "Memories of Khazad-dum", thus conflicting
with the Dwarf card.
<b>2 Apr. 2014</b>
- "Barliman Butterbur, Red-Faced Landlord" now should correctly discards the non-Gandalf cards.
- Possessions and artifacts should now be attachable to allies, companions or minions only (not Followers).

View File

@@ -20,7 +20,7 @@ import com.gempukku.lotro.logic.modifiers.SpotCondition;
*/
public class Card20_277 extends AbstractEvent {
public Card20_277() {
super(Side.SHADOW, 1, Culture.MORIA, "Memories of Khazad-dum", Phase.SKIRMISH);
super(Side.SHADOW, 1, Culture.MORIA, "Memories of Moria", Phase.SKIRMISH);
}
@Override