complete revamp of alternative cost, changes in comment

This commit is contained in:
omegablast2002@yahoo.com
2010-09-06 05:38:04 +00:00
parent 1086abd3d7
commit 99b058c221
5 changed files with 151 additions and 38 deletions
+1
View File
@@ -21,6 +21,7 @@ void DuelLayers::init(){
action->Add(NEW MTGGamePhase(action->getMaxId()));
//Add Magic Specific Rules
action->Add(NEW MTGPutInPlayRule(-1));
action->Add(NEW MTGAlternativeCostRule(-1));
action->Add(NEW MTGAttackRule(-1));
action->Add(NEW MTGBlockRule(-1));
action->Add(NEW MTGLegendRule(-1));