Erwan
- {z} cost becomes l2e (Library To Exile)
- {q} cost becomes s2l (Send to Library) <- from any place to Library
- subtypes leyline, controllsershroud, playershroud become ability keywords
This commit is contained in:
@@ -328,6 +328,15 @@ int MTGGameZone::hasType(const char * value){
|
||||
return 0;
|
||||
}
|
||||
|
||||
int MTGGameZone::hasAbility(int ability){
|
||||
for (int i=0; i<(nb_cards); i++) {
|
||||
if (cards[i]->basicAbilities[ability]){
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
void MTGGameZone::cleanupPhase(){
|
||||
for (int i=0; i<(nb_cards); i++)
|
||||
|
||||
Reference in New Issue
Block a user