Made damager keyword work. Fixed Executioner's Swing in mtg.txt
This commit is contained in:
@@ -1224,6 +1224,14 @@ bool CardGui::FilterCard(MTGCard * _card,string filter)
|
||||
cd.CDcontrollerDamaged = 1;
|
||||
}
|
||||
}
|
||||
//creature dealt damage to anything
|
||||
else if (attribute.find("damager") != string::npos){
|
||||
if (minus){
|
||||
cd.CDdamager = -1;
|
||||
} else {
|
||||
cd.CDdamager = 1;
|
||||
}
|
||||
}
|
||||
else if (attribute.find("multicolor") != string::npos)
|
||||
{
|
||||
//card is multicolored?
|
||||
|
||||
Reference in New Issue
Block a user