Adding text to the effect.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user