Corrections CSS sur fiche archetype et système
All checks were successful
Release Creation / build (release) Successful in 50s
All checks were successful
Release Creation / build (release) Successful in 50s
This commit is contained in:
@@ -73,7 +73,7 @@ export class MaleficesUtility {
|
||||
|
||||
/*-------------------------------------------- */
|
||||
static getTarots() {
|
||||
return foundry.utils.duplicate(this.tarots)
|
||||
return foundry.utils.duplicate(this.tarots ?? [])
|
||||
}
|
||||
static getTarot(tId) {
|
||||
return this.tarots.find(t => t._id == tId)
|
||||
|
||||
Reference in New Issue
Block a user