Corrected "Hsste" to "Haste" on line 1378.

This commit is contained in:
jendave
2011-08-06 03:07:12 +00:00
parent 1018f9dc9c
commit 518a667848

View File

@@ -1375,7 +1375,7 @@ public class CardFactory implements NewConstants {
{
public boolean addCard(Card c)
{
if (c.hasSickness() && keyword.equals("Hsste"))
if (c.hasSickness() && keyword.equals("Haste"))
return CardFactoryUtil.canTarget(card, c);
return (CardFactoryUtil.AI_doesCreatureAttack(c)) &&