Improved target chooser to allow a multiple selection for player, creature and planeswalkers, now it's possible to use target(player,creature,planeswalkers) as well as target(<variable>player,creature,planeswalkers) and so on. Added abilities for giving exiledeath and handdeath to instant and sorceries (the previous were not working fine), Added ability to identify the cards with Cycling ability as a target, Updated all primitives with cycling ability, fixed all primitives with choose any target ability, Added/fixed primitives from RIX set.
This commit is contained in:
@@ -201,7 +201,10 @@ const char* Constants::MTGBasicAbilities[] = {
|
||||
"threeblockers", //It can be blocked just by 3 creatures or more.
|
||||
"handdeath", //It goes in hand after death.
|
||||
"inplaydeath", //It goes back in play untapped after death.
|
||||
"inplaytapdeath" //It goes back in play tapped after death.
|
||||
"inplaytapdeath", //It goes back in play tapped after death.
|
||||
"gainedexiledeath", //It goes to exile after death (use just to give add ability to instants and sorceries which originally have not, e.g. with transforms keyword)
|
||||
"gainedhanddeath", //It goes to hand after death (use just to give add ability to instants and sorceries which originally have not, e.g. with transforms keyword)
|
||||
"cycling" //It has cycling ability
|
||||
};
|
||||
|
||||
map<string,int> Constants::MTGBasicAbilitiesMap;
|
||||
|
||||
Reference in New Issue
Block a user