"Southron Bandit"

This commit is contained in:
marcins78@gmail.com
2011-11-04 10:27:11 +00:00
parent 11c2082f36
commit 6e39411bbe

View File

@@ -56,7 +56,12 @@ public class Card7_160 extends AbstractMinion {
new PreventableEffect.PreventionCost() {
@Override
public Effect createPreventionCostForPlayer(SubAction subAction, String playerId) {
return new AddThreatsEffect(playerId, self, 1);
return new AddThreatsEffect(playerId, self, 1) {
@Override
public String getText(LotroGame game) {
return "Add a threat";
}
};
}
}
));