Adding text to the effect.

This commit is contained in:
marcins78@gmail.com
2011-11-19 20:19:50 +00:00
parent 800dbdb707
commit 4e59aa9cf1

View File

@@ -16,7 +16,7 @@ public class RemoveThreatsEffect extends AbstractEffect {
@Override
public String getText(LotroGame game) {
return null;
return "Remove" + _count + " threat" + ((_count > 1) ? "s" : "");
}
@Override