Skip to content

Commit

Permalink
quick fix - I did an oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
Forien committed Oct 31, 2023
1 parent e820111 commit 6e5c65a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## v1.X.X

### v1.10.2
* Revert accidental change to dungeonworld file...

### v1.10.1
* Fixed the Item Macro not firing on the Actor Sheet in the Shadow of the Demon Lord system

Expand Down
3 changes: 2 additions & 1 deletion scripts/systems/dungeonworld.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ export function register_helper()
export function sheetHooks()
{
const renderSheets = {
DLCharacterSheet : ".dl-item-row .dl-rollable"
ActorSheet : ".item .rollable",
//DwActorNpcSheet : ".item .item-avatar",
};
const renderedSheets = {

Expand Down

0 comments on commit 6e5c65a

Please sign in to comment.