- 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

View File

@@ -152,7 +152,9 @@ int ActionLayer::reactToClick(MTGCardInstance * card){
for (int i=0;i<mCount;i++){
ActionElement * currentAction = (ActionElement *)mObjects[i];
OutputDebugString(currentAction->getMenuText());
result += currentAction->reactToClick(card);
if (result) return result;
}
return result;
}