soulbright fire kins ability was not triggering sideeffects...because i forgot to make it happen...opps...im only human :)

This commit is contained in:
omegablast2002@yahoo.com
2012-04-12 11:46:00 +00:00
parent 34ee0a82ac
commit 7dec7bc873
2 changed files with 25 additions and 1 deletions

View File

@@ -1269,6 +1269,8 @@ public:
int counters;
MTGGameZone * activeZone;
string newName;
MTGAbility * sideEffects;
string usesBeforeSideEffects;
string tcString;
GenericTargetAbility(GameObserver* observer, string newName, string castRestriction, int _id, MTGCardInstance * _source, TargetChooser * _tc, MTGAbility * a, ManaCost * _cost = NULL, string limit = "",MTGAbility * sideEffects = NULL,string usesBeforeSideEffects = "", int restrictions = 0, MTGGameZone * dest = NULL,string tcString ="");