This commit is contained in:
marcins78
2013-03-19 09:53:26 +00:00
parent e3f5f1978a
commit 5de2a4430b
2 changed files with 5 additions and 4 deletions

View File

@@ -146,7 +146,7 @@ var set20 = {
'20_145': 'http://lotrtcg.org/coreset/fallenrealms/strikefromthesouth.png', '20_145': 'http://lotrtcg.org/coreset/fallenrealms/strikefromthesouth.png',
'20_146': 'http://lotrtcg.org/coreset/fallenrealms/summonedbysauron.png', '20_146': 'http://lotrtcg.org/coreset/fallenrealms/summonedbysauron.png',
'20_147': 'http://lotrtcg.org/coreset/fallenrealms/waylayed.png', '20_147': 'http://lotrtcg.org/coreset/fallenrealms/waylayed.png',
'20_148': 'http://lotrtcg.org/coreset/fallenrealms/waysofthesouth.png', '20_148': 'http://lotrtcg.org/coreset/fallenrealms/waysofthesouth(r1).png',
'20_149': 'http://lotrtcg.org/coreset/fallenrealms/whirlingstrike.png', '20_149': 'http://lotrtcg.org/coreset/fallenrealms/whirlingstrike.png',
'20_150': 'http://lotrtcg.org/coreset/gandalf/albertdrearyefb.png', '20_150': 'http://lotrtcg.org/coreset/gandalf/albertdrearyefb.png',
'20_151': 'http://lotrtcg.org/coreset/gandalf/allsaveone.png', '20_151': 'http://lotrtcg.org/coreset/gandalf/allsaveone.png',

View File

@@ -9,13 +9,14 @@ import com.gempukku.lotro.logic.modifiers.Modifier;
/** /**
* 1 * 1
* Ways of the South * Ways of the South
* Fallen Realms Condition • Support Area * Condition • Support Area
* Each Southron is ambush (1). * Each Southron is ambush (1).
* http://lotrtcg.org/coreset/fallenrealms/waysofthesouth(r1).png
*/ */
public class Card20_148 extends AbstractPermanent { public class Card20_148 extends AbstractPermanent {
public Card20_148() { public Card20_148() {
super(Side.SHADOW, 1, CardType.CONDITION, Culture.FALLEN_REALMS, Zone.SUPPORT, "Ways of the South"); super(Side.SHADOW, 1, CardType.CONDITION, Culture.FALLEN_REALMS, Zone.SUPPORT, "Ways of the South", null, true);
} }
@Override @Override