forked from public/foundryvtt-reve-de-dragon
Correction sur les liens de jets de dés
- correction jet de rêve actuel - utilisation du personnage du joueur
This commit is contained in:
@ -77,7 +77,7 @@ export class RdDCarac {
|
||||
|
||||
static caracDetails(name) {
|
||||
let entry = Misc.findFirstLike(name, LIST_CARAC_ROLL, { mapper: it => it.code, description: 'caractéristique', onMessage: m => { } })
|
||||
if (entry && entry.length > 0) {
|
||||
if (entry) {
|
||||
return entry
|
||||
}
|
||||
return Misc.findFirstLike(name, LIST_CARAC_ROLL, { mapper: it => it.label, description: 'caractéristique' })
|
||||
|
Reference in New Issue
Block a user