fix some abilities like Favored of the Dark Gods not showing
This commit is contained in:
+2
-2
@@ -940,12 +940,12 @@ function ParseModelProfiles(profiles, model, unit) {
|
|||||||
model.psyker = ParsePsykerProfile(profile);
|
model.psyker = ParsePsykerProfile(profile);
|
||||||
} else {
|
} else {
|
||||||
// Everything else, like Prayers and Warlord Traits.
|
// Everything else, like Prayers and Warlord Traits.
|
||||||
if (!unit.abilities[typeName]) unit.abilities[typeName] = new Map();
|
// if (!unit.abilities[typeName]) unit.abilities[typeName] = new Map();
|
||||||
ParseProfileCharacteristics(
|
ParseProfileCharacteristics(
|
||||||
profile,
|
profile,
|
||||||
profileName,
|
profileName,
|
||||||
typeName,
|
typeName,
|
||||||
unit.abilities[typeName]
|
unit.abilities.Abilities
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user