Fix Druidic Stuff
This commit is contained in:
@ -397,10 +397,13 @@ Hooks.once('init', () => {
|
||||
},
|
||||
// Search back in careers the translated name of the groupe (as it is the name of the level career itself)
|
||||
"career_careergroup": (value) => {
|
||||
// Manage exception
|
||||
// Manage exception - Dirty hack
|
||||
if ( value == 'Slayer' ) {
|
||||
return "Tueurs Nains";
|
||||
}
|
||||
if ( value == 'Druidic Priest' ) {
|
||||
return "Druide";
|
||||
}
|
||||
// Per default
|
||||
var compendium = game.packs.find(p => p.collection === compmod+'.careers');
|
||||
return compendium.i18nName( { name: value } );
|
||||
|
Reference in New Issue
Block a user