pestilence shouldn't care about protections of any kind.

This commit is contained in:
omegablast2002@yahoo.com
2013-02-12 23:09:24 +00:00
parent fbc1b14dca
commit 8aef74e32a

View File

@@ -179,6 +179,7 @@ int AbilityFactory::parseCastRestrictions(MTGCardInstance * card, Player * playe
rtc = comparasion[i].substr(foundType + 5, end - foundType - 5).c_str();
TargetChooserFactory tcf(observer);
TargetChooser * ttc = tcf.createTargetChooser(rtc,card);
ttc->withoutProtections = true;
mod = atoi(comparasion[i].substr(end+1).c_str());
if(i == 2)
{