- "Dead Man of Dunharrow" now correctly has Enduring keyword.

This commit is contained in:
marcins78@gmail.com
2011-11-19 19:00:35 +00:00
parent 9b08203aca
commit b833130038
3 changed files with 10 additions and 5 deletions

View File

@@ -6,6 +6,7 @@ import com.gempukku.lotro.cards.TriggerConditions;
import com.gempukku.lotro.cards.actions.PlayPermanentAction;
import com.gempukku.lotro.cards.effects.ExertCharactersEffect;
import com.gempukku.lotro.common.Culture;
import com.gempukku.lotro.common.Keyword;
import com.gempukku.lotro.common.Race;
import com.gempukku.lotro.game.PhysicalCard;
import com.gempukku.lotro.game.state.LotroGame;
@@ -30,6 +31,7 @@ import java.util.List;
public class Card10_027 extends AbstractCompanion {
public Card10_027() {
super(2, 6, 3, Culture.GONDOR, Race.WRAITH, null, "Dead Man of Dunharrow");
addKeyword(Keyword.ENDURING);
}
@Override

View File

@@ -15,7 +15,7 @@ body {
display: table-cell;
text-align: center;
vertical-align: middle;
font-size: 220%;
font-size: 200%;
font-weight: bolder;
width: 42px;
height: 42px;
@@ -26,7 +26,7 @@ body {
display: table-cell;
text-align: center;
vertical-align: middle;
font-size: 220%;
font-size: 200%;
font-weight: bolder;
width: 42px;
height: 42px;
@@ -37,7 +37,7 @@ body {
display: table-cell;
text-align: center;
vertical-align: middle;
font-size: 220%;
font-size: 200%;
font-weight: bolder;
width: 42px;
height: 42px;
@@ -48,7 +48,7 @@ body {
display: none;
text-align: center;
vertical-align: middle;
font-size: 220%;
font-size: 200%;
font-weight: bolder;
width: 42px;
height: 42px;
@@ -59,7 +59,7 @@ body {
display: none;
text-align: center;
vertical-align: middle;
font-size: 220%;
font-size: 200%;
font-weight: bolder;
width: 42px;
height: 42px;

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%">
<b>17 Nov. 2011</b>
- "Dead Man of Dunharrow" now correctly has Enduring keyword.
<b>17 Nov. 2011</b>
- "Foul Things" allows to play only MORIA minions now.
- Added set 10 (Mount Doom).