Scripts englisch statt französisch
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
let spells = await warhammer.utility.findAllItems("spell", "Chargement des sorts")
|
||||
let spells = await warhammer.utility.findAllItems("spell", "Loading Spells")
|
||||
|
||||
let text = (await game.wfrp4e.tables.rollTable("random-caster", {hideDSN: true})).result
|
||||
|
||||
@@ -18,5 +18,5 @@ if (spellsWithLore.length > 0)
|
||||
}
|
||||
else
|
||||
{
|
||||
ui.notifications.notify(`Impossible de trouver le sort ${lore}. Essayez à nouveau`)
|
||||
ui.notifications.notify(`Could not find ${lore} spell. Try Again`)
|
||||
}
|
||||
Reference in New Issue
Block a user