Compare commits

...

2 Commits

Author SHA1 Message Date
uberwald 7d9aaa0085 Fix for v14 2026-03-29 20:53:07 +02:00
uberwald 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
View File
@@ -8,3 +8,4 @@ todo.md
/jsconfig.json /jsconfig.json
/package.json /package.json
/package-lock.json /package-lock.json
.github/
+3
View File
@@ -237,6 +237,9 @@ export class HawkmoonActor extends Actor {
/* -------------------------------------------- */ /* -------------------------------------------- */
prepareBaseData() { 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.
Binary file not shown.
Binary file not shown.