From b588c5f7f8a40a676f5d6765275426eb048acc9a Mon Sep 17 00:00:00 2001 From: Vincent Vandemeulebrouck Date: Sun, 12 Nov 2023 15:00:48 +0100 Subject: [PATCH] =?UTF-8?q?Fix:=20ajout=20de=20comp=C3=A9tences=20aux=20cr?= =?UTF-8?q?=C3=A9atures?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 3 +++ module/actor/creature.js | 1 + 2 files changed, 4 insertions(+) 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";