- Added "@movedTo(...) trigger. See argothian enchantress in USG
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-07-14 13:29:12 +00:00
parent 53e49d571f
commit 2ba5fcb955
14 changed files with 188 additions and 89 deletions
+15
View File
@@ -502,6 +502,14 @@ int MTGGameZone::zoneStringToId(string zoneName){
"targetcontrollerexile",
"ownerexile",
"exile",
"mystack",
"opponentstack",
"targetownerstack",
"targetcontrollerstack",
"ownerstack",
"stack",
};
int values[] = {
@@ -553,6 +561,13 @@ int MTGGameZone::zoneStringToId(string zoneName){
TARGET_CONTROLLER_EXILE,
OWNER_EXILE ,
EXILE,
MY_STACK,
OPPONENT_STACK,
TARGET_OWNER_STACK ,
TARGET_CONTROLLER_STACK,
OWNER_STACK ,
STACK,
};
int max = sizeof(values) / sizeof*(values);