fixed a bug I introduced
This commit is contained in:
@@ -5945,7 +5945,7 @@ int AManaProducer::isReactingToClick(MTGCardInstance * _card, ManaCost * mana)
|
|||||||
{
|
{
|
||||||
if (!source->hasSummoningSickness())
|
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)
|
if (!source->isPhased)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user