- "Longbottom Leaf, Hornblower's Crop" fixed the typo in the card name.

This commit is contained in:
marcins78
2013-03-12 11:42:15 +00:00
parent 5c0a06c8db
commit 5aab8a2fdd
2 changed files with 2 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ abilities.
- "Orthanc Strategist" has now 3 vitality (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).
- "Longbottom Leaf, Hornblower's Crop" fixed the typo in the card name.
<b>11 Mar. 2013</b>
- Second Edition is playable now.

View File

@@ -24,7 +24,7 @@ import java.util.List;
*/
public class Card20_395 extends AbstractPermanent {
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);
}