Laurent -

Added ability DOESNOTUNTAP , see _cards.dat from 10E (Colossus of sardia, dehydratation). Test suite OK. The ability does not work with enchant creature (as for protection from...) So Dehydratation is hardcoded (can be aliased if necessary) Small bug with dehydratation, will untap creature when cast... WHY ? Any Idea/Solution welcome...
This commit is contained in:
wagic.laurent
2009-06-17 23:54:05 +00:00
parent ba83a42fa4
commit cf35acd3f3
8 changed files with 44 additions and 20 deletions

View File

@@ -48,6 +48,7 @@ const char* Constants::MTGBasicAbilities[] = {
"cantattack",
"mustattack",
"cantblock",
"doesnotuntap",
};
const char* Constants::MTGPhaseNames[] =