Skip to content

Commit

Permalink
release: 0.9.3 - finally remove outdated healing re
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosFdez committed May 2, 2022
1 parent 6ca83d8 commit 9ec89a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 137 deletions.
6 changes: 3 additions & 3 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"title": "pf2e Persistent Damage",
"description": "Macros that create effects to handle persistent damage",
"author": "Supe",
"version": "0.9.2",
"version": "0.9.3",
"compatibleCoreVersion": "9",
"minimumCoreVersion": "9",
"minimumSystemVersion": "3.1.0",
"type": "module",
"systems": ["pf2e"],
"system": ["pf2e"],
"esmodules": ["./index.js"],
"styles": ["./styles/styles.css"],
"languages": [
Expand Down Expand Up @@ -38,5 +38,5 @@
],
"url": "https://github.com/CarlosFdez/pf2e-persistent-damage",
"manifest": "https://github.com/CarlosFdez/pf2e-persistent-damage/releases/latest/download/module.json",
"download": "https://github.com/CarlosFdez/pf2e-persistent-damage/releases/download/v0.9.2/module.zip"
"download": "https://github.com/CarlosFdez/pf2e-persistent-damage/releases/download/v0.9.3/module.zip"
}
5 changes: 0 additions & 5 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { PersistentDamagePF2e } from "./module/pf2e-persistent-damage";
import { MODULE_NAME, registerSettings } from "./module/settings";
import { setupCustomRules } from "./module/custom-rules";
import { overrideItemSheet } from "./module/item-sheet";
import { createPersistentTitle, typeImages } from "./module/persistent-effect";
import type { CombatantPF2e } from "@pf2e/module/combatant";
Expand All @@ -15,10 +14,6 @@ Hooks.on("init", () => {
window.PF2EPersistentDamage = new PersistentDamagePF2e();
});

Hooks.on("setup", () => {
setupCustomRules();
});

Hooks.on("ready", () => {
overrideItemSheet();
});
Expand Down
129 changes: 0 additions & 129 deletions src/module/custom-rules.ts

This file was deleted.

0 comments on commit 9ec89a7

Please sign in to comment.