"Southron Spear"

This commit is contained in:
marcins78@gmail.com
2011-10-12 16:59:37 +00:00
parent 1ada6ae5b1
commit 8d473a28ca

View File

@@ -35,7 +35,7 @@ public class Card4_255 extends AbstractAttachable {
@Override
protected Filter getValidTargetFilter(String playerId, LotroGame game, PhysicalCard self) {
return Filters.keyword(Keyword.SOUTHRON)
return Filters.keyword(Keyword.SOUTHRON);
}
@Override