- "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:
@@ -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).
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user