Jeck - Applied booster rarity sorting patch (issue 133), added horsemanship ability.

* The horsemanship ability literally required only one line of code, and could add an additional ~36 cards to Dr. Solomat's PT3 set. It seems functional, but someone please double check it anyways, as I've not worked with much of the actual game code yet.
This commit is contained in:
wagic.jeck
2009-11-01 20:21:32 +00:00
parent 18293ba07c
commit f3ad432d9b
4 changed files with 16 additions and 8 deletions

View File

@@ -52,7 +52,8 @@ const char* Constants::MTGBasicAbilities[] = {
"opponentshroud",
"indestructible",
"intimidate",
"deathtouch"
"deathtouch",
"horsemanship"
};