"Trample"

This commit is contained in:
marcins78@gmail.com
2011-10-22 16:42:04 +00:00
parent ce17a54ec0
commit 8ab8994bdc

View File

@@ -25,7 +25,7 @@ public class AddTwilightEffect extends AbstractEffect implements Preventable {
@Override
public String getText(LotroGame game) {
return "Add (4)";
return "Add (" + _twilight + ")";
}
@Override