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:
@@ -52,7 +52,8 @@ const char* Constants::MTGBasicAbilities[] = {
|
||||
"opponentshroud",
|
||||
"indestructible",
|
||||
"intimidate",
|
||||
"deathtouch"
|
||||
"deathtouch",
|
||||
"horsemanship"
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user