mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Corrected "Hsste" to "Haste" on line 1378.
This commit is contained in:
@@ -1375,7 +1375,7 @@ public class CardFactory implements NewConstants {
|
|||||||
{
|
{
|
||||||
public boolean addCard(Card c)
|
public boolean addCard(Card c)
|
||||||
{
|
{
|
||||||
if (c.hasSickness() && keyword.equals("Hsste"))
|
if (c.hasSickness() && keyword.equals("Haste"))
|
||||||
return CardFactoryUtil.canTarget(card, c);
|
return CardFactoryUtil.canTarget(card, c);
|
||||||
|
|
||||||
return (CardFactoryUtil.AI_doesCreatureAttack(c)) &&
|
return (CardFactoryUtil.AI_doesCreatureAttack(c)) &&
|
||||||
|
|||||||
Reference in New Issue
Block a user