fix: clé de localisation noTarotCards (Notifications -> Label)
This commit is contained in:
@@ -94,7 +94,7 @@ export default class HamalronTirageTarot extends Roll {
|
||||
static async promptEpreuve(actor) {
|
||||
const tarotCards = actor.items.filter(i => i.type === "tarot")
|
||||
if (tarotCards.length === 0) {
|
||||
ui.notifications.warn(game.i18n.localize("HAMALRON.Notifications.noTarotCards"))
|
||||
ui.notifications.warn(game.i18n.localize("HAMALRON.Label.noTarotCards"))
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user