- Moved the "putintoplay" rule as a standard MTGAbility
- reverted bad encoding for MTGGuiPlay
This commit is contained in:
wagic.the.homebrew
2009-01-22 13:25:00 +00:00
parent e831a8e400
commit e389ea5062
8 changed files with 95 additions and 18 deletions
+1
View File
@@ -19,6 +19,7 @@ void DuelLayers::init(){
MTGGamePhase * phaseManager = NEW MTGGamePhase(actionLayer->getMaxId());
actionLayer->Add(phaseManager);
//Add Magic Specific Rules
actionLayer->Add(NEW MTGPutInPlayRule(-1));
actionLayer->Add(NEW MTGAttackRule(-1));
actionLayer->Add(NEW MTGBlockRule(-1));
actionLayer->Add(NEW MTGLegendRule(-1));