diff --git a/changelog.md b/changelog.md index b1faa6d6..bc7888ec 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,7 @@ # v11.0 +## v11.1.5 - Les dissections de Werther de Zloth +- Fix: on peut de nouveau donner des compétences aux créatures + ## v11.1.5 - Werther de Zloth l'Onirique - Fixes: - la demande de défense ne marchait plus diff --git a/module/actor/creature.js b/module/actor/creature.js index acf19110..254c7c0f 100644 --- a/module/actor/creature.js +++ b/module/actor/creature.js @@ -1,4 +1,5 @@ import { ENTITE_INCARNE } from "../constants.js"; +import { TYPES } from "../item.js"; import { STATUSES } from "../settings/status-effects.js"; import { RdDBaseActorSang } from "./base-actor-sang.js";