diff --git a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set19/wraith/Card19_038.java b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set19/wraith/Card19_038.java index 5ee275f1b..bd79c2830 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set19/wraith/Card19_038.java +++ b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set19/wraith/Card19_038.java @@ -59,7 +59,7 @@ public class Card19_038 extends AbstractMinion { } @Override - public List getRequiredAfterTriggers(LotroGame game, EffectResult effectResult, final PhysicalCard self) { + public List getRequiredAfterTriggers(final LotroGame game, EffectResult effectResult, final PhysicalCard self) { if (TriggerConditions.played(game, effectResult, self)) { RequiredTriggerAction action = new RequiredTriggerAction(self); @@ -73,6 +73,7 @@ public class Card19_038 extends AbstractMinion { @Override protected void validDecisionMade(int index, String result) { self.setWhileInZoneData(Race.findRaceByHumanReadable(result)); + game.getGameState().sendMessage(self.getOwner() +" has chosen "+result); } })); return Collections.singletonList(action); diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html b/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html index 01ee32e06..a05e0c223 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html @@ -1,6 +1,7 @@
 01 Jan. 2013
 - "Scintillating Bird" now should discard the cards, if not enough cards of the specified type are revealed.
+- "Nertea, Dark Horseman" now puts a message in chat box, which race was chosen.
 
 23 Dec. 2012
 - Merchant now sells all the cards, but the out-of-stock cards are substantially more expensive to buy.