Adding text to "Reveal cards from hand" effects

This commit is contained in:
marcins78@gmail.com
2011-10-19 17:57:45 +00:00
parent 723dbb079b
commit ec18a5aa58
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ public class RevealCardsFromHandEffect extends AbstractEffect {
@Override
public String getText(LotroGame game) {
return null;
return "Reveal cards from hand";
}
@Override

View File

@@ -24,7 +24,7 @@ public abstract class RevealRandomCardsFromHandEffect extends AbstractEffect {
@Override
public String getText(LotroGame game) {
return null;
return "Reveal cards from hand";
}
@Override