forked from public/foundryvtt-wh4-lang-fr-fr
Add all systems effects scripts + translations
This commit is contained in:
@ -5,7 +5,7 @@ careers.forEach(c => {
|
||||
c.id = c._id;
|
||||
}
|
||||
});
|
||||
let choice = await ItemDialog.create(careers, 1, "Choose Double Life Career");
|
||||
let choice = await ItemDialog.create(careers, 1, "Choisissez la carrière de votre double identité");
|
||||
if (choice[0])
|
||||
{
|
||||
let career = await fromUuid(choice[0].uuid);
|
||||
|
Reference in New Issue
Block a user