fixed a bug I introduced

This commit is contained in:
zethfoxster
2016-07-14 20:44:21 -04:00
parent e81346f881
commit 9a56817bf8

View File

@@ -5945,8 +5945,8 @@ int AManaProducer::isReactingToClick(MTGCardInstance * _card, ManaCost * mana)
{
if (!source->hasSummoningSickness())
{
if (game->currentlyActing()->game->inPlay->hasCard(source) && source->hasType(Subtypes::TYPE_LAND))
{
if (game->currentlyActing()->game->inPlay->hasCard(source) && (source->hasType(Subtypes::TYPE_LAND) || !tap || !source->hasSummoningSickness()))
{
if (!source->isPhased)
{
ManaCost * cost = getCost();