attempt to fix "notatarget"
notatarget must be allowed to target untargettable cards.
This commit is contained in:
@@ -1330,7 +1330,12 @@ MTGAbility * AbilityFactory::parseMagicLine(string s, int id, Spell * spell, MTG
|
||||
tcString = splitTarget[1];
|
||||
|
||||
if (!isTarget)
|
||||
{
|
||||
tc->targetter->bypassTC = true;
|
||||
tc->targetter = NULL;
|
||||
}
|
||||
else
|
||||
tc->targetter->bypassTC = false;
|
||||
sWithoutTc = splitTarget[0];
|
||||
sWithoutTc.append(splitTarget[2]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user