Corrected Array in MTGDefinitions that is the cause why the landshome ability was not functioning.

No the landshome function well (tested foresthome on gorillapack)
This commit is contained in:
laurent.rabouin
2008-11-08 16:24:48 +00:00
parent 4d798fe527
commit 45f3d6fe6e
2 changed files with 12 additions and 16 deletions
+7 -7
View File
@@ -83,14 +83,14 @@ static int _b[7] = {20, 0, 140,15, 50,255,128};
#define EXALTED 27
#define LEGENDARY 28
#define SHADOW 29
#define REACHSHADOW 29
#define FORESTHOME 30
#define ISLANDHOME 31
#define MOUNTAINHOME 32
#define SWAMPHOME 33
#define PLAINSHOME 34
#define REACHSHADOW 30
#define FORESTHOME 31
#define ISLANDHOME 32
#define MOUNTAINHOME 33
#define SWAMPHOME 34
#define PLAINSHOME 35
#define NB_BASIC_ABILITIES 35
#define NB_BASIC_ABILITIES 36
static const char * MTGBasicAbilities[] = {
"trample",