Fix issue 563 (double strike VS regenerate)
-- also made "blocked" variable a private.
This commit is contained in:
@@ -503,7 +503,7 @@ ExtraCost("Select unblocked attacker", _tc)
|
||||
|
||||
int Ninja::isPaymentSet()
|
||||
{
|
||||
if (target && ((target->isAttacker() && target->blocked) ||
|
||||
if (target && ((target->isAttacker() && target->isBlocked()) ||
|
||||
target->isAttacker() < 1 ||
|
||||
target->getObserver()->getCurrentGamePhase() != Constants::MTG_PHASE_COMBATBLOCKERS))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user