Laurent - Update LEG (complete review and clean-up , + added some card to the code) some other cards could be added (storm world, storm seeker, typhoon, spiritual sanctuary) but that will be for later ;-)

This commit is contained in:
wagic.laurent
2009-05-26 23:35:51 +00:00
parent deffc085f4
commit d5da4a3a23
4 changed files with 269 additions and 1246 deletions
+1 -1
View File
@@ -3423,7 +3423,7 @@ class ADreambornMuse: public TriggeredAbility{
virtual ostream& toString(ostream& out) const
{
out << "ADamageForTypeControlled ::: nbcards : " << nbcards
out << "ADreambornMuse ::: nbcards : " << nbcards
<< " (";
return TriggeredAbility::toString(out) << ")";
}