some corrections

added Induce Paranoia, Draining Whelk
This commit is contained in:
Anthony Calosa
2015-08-22 23:40:31 +08:00
parent 2679213121
commit f940f8e303
3 changed files with 47 additions and 85 deletions

View File

@@ -1359,6 +1359,13 @@ int AAFizzler::resolve()
sCard = sTarget->source;
if (!sCard || !sTarget || sCard->has(Constants::NOFIZZLE))
return 0;
if (source->alias == 111057 && sTarget)//Draining Whelk
{
for (int j = sTarget->cost->getConvertedCost(); j > 0; j--)
{
source->counters->addCounter(1,1);
}
}
stack->Fizzle(sTarget, fizzleMode);
return 1;
}