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);
|
||||
} else {
|
||||
// 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(
|
||||
profile,
|
||||
profileName,
|
||||
typeName,
|
||||
unit.abilities[typeName]
|
||||
unit.abilities.Abilities
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user