converted ifthenability into an activatedabilty from mtgability so that it can be targeted without the use of workarounds...

This commit is contained in:
omegablast2002@yahoo.com
2011-11-05 23:47:43 +00:00
parent e4117212cb
commit b0cb955c53
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -850,7 +850,7 @@ public:
Generic classes
*/
//if/ifnot Cond then EFFECT
class IfThenAbility: public MTGAbility
class IfThenAbility: public ActivatedAbility
{
public:
MTGAbility * delayedAbility;