- "Longbottom Leaf, Hornblower's Crop" fixed the typo in the card name.
This commit is contained in:
@@ -16,6 +16,7 @@ abilities.
|
|||||||
- "Orthanc Strategist" has now 3 vitality (per card text).
|
- "Orthanc Strategist" has now 3 vitality (per card text).
|
||||||
- "Mithril Coat, A Kingly Gift" no longer grants strength bonus (per card text).
|
- "Mithril Coat, A Kingly Gift" no longer grants strength bonus (per card text).
|
||||||
- "Open War" now adds +2 strength, instead of +1 (per card text).
|
- "Open War" now adds +2 strength, instead of +1 (per card text).
|
||||||
|
- "Longbottom Leaf, Hornblower's Crop" fixed the typo in the card name.
|
||||||
|
|
||||||
<b>11 Mar. 2013</b>
|
<b>11 Mar. 2013</b>
|
||||||
- Second Edition is playable now.
|
- Second Edition is playable now.
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ import java.util.List;
|
|||||||
*/
|
*/
|
||||||
public class Card20_395 extends AbstractPermanent {
|
public class Card20_395 extends AbstractPermanent {
|
||||||
public Card20_395() {
|
public Card20_395() {
|
||||||
super(Side.FREE_PEOPLE, 1, CardType.POSSESSION, Culture.SHIRE, Zone.SUPPORT, "Longbottom Leaf", "Horbnlower's Crop", false);
|
super(Side.FREE_PEOPLE, 1, CardType.POSSESSION, Culture.SHIRE, Zone.SUPPORT, "Longbottom Leaf", "Hornblower's Crop", false);
|
||||||
addKeyword(Keyword.PIPEWEED);
|
addKeyword(Keyword.PIPEWEED);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user