opponenshroud changed to hexproof, new ability canplayenchantmentlibrarytop
New ability "canplayenchantmentlibrarytop" allow to play enchantments from top sets now include tokens you no longer draw conspiracy cards in the random rules file revisions commander bugs Eutropia the Twice-Favored Calculating Lich Seismic Wave Rank and File Professional Face-Breaker Realmwalker
This commit is contained in:
@@ -72,7 +72,7 @@ const char* Constants::MTGBasicAbilities[] = {
|
||||
"mustattack",
|
||||
"cantblock",
|
||||
"doesnotuntap",
|
||||
"opponentshroud",
|
||||
"hexproof",
|
||||
"indestructible",
|
||||
"intimidate",
|
||||
"deathtouch",
|
||||
@@ -267,7 +267,8 @@ const char* Constants::MTGBasicAbilities[] = {
|
||||
"poisonninetoxic", // Card has toxic 9
|
||||
"poisontentoxic", // Card has toxic 10
|
||||
"eqpasinst", // Can equip as instant
|
||||
"canloyaltyasinst" // Can activate loyalty abilities as instant (e.g. "The Wandering Emperor").
|
||||
"canloyaltyasinst", // Can activate loyalty abilities as instant (e.g. "The Wandering Emperor").
|
||||
"canplayenchantmentlibrarytop" // May play enchantments from top
|
||||
};
|
||||
|
||||
map<string,int> Constants::MTGBasicAbilitiesMap;
|
||||
|
||||
Reference in New Issue
Block a user