Compare commits

..

2 Commits

Author SHA1 Message Date
7d9aaa0085 Fix for v14 2026-03-29 20:53:07 +02:00
fcf5c10346 Correction initiative et meilleur affichage sur jet D20 2026-03-10 21:00:00 +01:00
29 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@@ -8,3 +8,4 @@ todo.md
/jsconfig.json
/package.json
/package-lock.json
.github/

View File

@@ -237,6 +237,9 @@ export class HawkmoonActor extends Actor {
/* -------------------------------------------- */
prepareBaseData() {
if (game.release.generation >= 14) {
super.prepareBaseData();
}
}
/* -------------------------------------------- */

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.