Skip to content

Commit

Permalink
v1.11.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
drewg13 committed Sep 18, 2021
1 parent 63a71a5 commit 15b2750
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,5 @@ v1.9.4 Fix Trauma tooltip z-indexing
1.11.0 Add rolling Entanglement feature from Wanted link on Universe sheet (suggested by brunocalado)

1.11.1 Fix for V9p2

1.11.2 Fix for multiple Fortune roll controls in sidebar
4 changes: 2 additions & 2 deletions module/sav.js
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,7 @@ Hooks.on("renderSceneControls", async (app, html) => {
simpleRollPopup();
})
if( game.majorVersion === 9 ) {
console.log( html );
html.children().append( dice_roller );
html.children().first().append( dice_roller );
} else {
html.append( dice_roller );
}
Expand All @@ -348,6 +347,7 @@ Hooks.once("init", () => {

Hooks.on("getSceneControlButtons", async (controls) => {
await ClockTiles.getSceneControlButtons(controls);
console.log(controls);
});

Hooks.on("renderTileHUD", async (hud, html, tile) => {
Expand Down
4 changes: 2 additions & 2 deletions system.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"authors": ["megastruktur", "Andrew Garinger [agaringer#6498]"],
"url": "https://github.com/drewg13/foundryvtt-scum-and-villainy/",
"flags": {},
"version": "1.11.1",
"version": "1.11.2",
"minimumCoreVersion": "0.7.9",
"compatibleCoreVersion": "9.224",
"system": [],
"dependencies": [],
"socket": false,
"manifest": "https://raw.githubusercontent.com/drewg13/foundryvtt-scum-and-villainy/master/system.json",
"download": "https://github.com/drewg13/foundryvtt-scum-and-villainy/archive/v1.11.1.zip",
"download": "https://github.com/drewg13/foundryvtt-scum-and-villainy/archive/v1.11.2.zip",
"protected": false,
"scripts": [],
"esmodules": [
Expand Down

0 comments on commit 15b2750

Please sign in to comment.