From 8434c2b85c3d4608dcb2d81a8d974ce0011927c0 Mon Sep 17 00:00:00 2001 From: Gambit Date: Thu, 1 Feb 2024 18:05:20 -0500 Subject: [PATCH] 0.0.26 --- .github/workflows/main.yml | 4 +--- module.json | 2 +- scripts/module.js | 1 + 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 025e0424..055f676a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,9 +29,7 @@ jobs: draft: false prerelease: false body: | - Update: - -Made CPR integration less bad - -Added logging to Opportunity Attack module functionality + Bugfix: cpr integration token: ${{ secrets.GITHUB_TOKEN }} artifacts: './module.zip, ./module.json' tag: ${{ steps.get-version.outputs.version }} diff --git a/module.json b/module.json index 5c12fa90..d20e86f5 100644 --- a/module.json +++ b/module.json @@ -7,7 +7,7 @@ "name": "Gambit" } ], - "version": "0.0.25", + "version": "0.0.26", "compatibility": { "minimum": "11", "verified": "11", diff --git a/scripts/module.js b/scripts/module.js index 56c0e82f..98e43f01 100644 --- a/scripts/module.js +++ b/scripts/module.js @@ -1,5 +1,6 @@ Hooks.once('init', () => { registerSettings(); + loadCompendiumData(); game.modules.get('gambits-premades').medkitApi = medkitApi; });