Skip to content

Commit

Permalink
0.15.15
Browse files Browse the repository at this point in the history
  • Loading branch information
crnormand committed Dec 7, 2022
1 parent 62fc88c commit f74c80d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

If you can't access the Google doc, here is a [PDF](https://github.com/crnormand/gurps/raw/main/docs/Guide%20for%20GURPS%204e%20on%20Foundry%20VTT.pdf) of the latest version.

# Current Release Version 0.15.14 (compatible with FoundryVTT v10.x)
# Current Release Version 0.15.15 (compatible with FoundryVTT v10.x)

With support for the [Nordlondr Ovinabokin: Bestiary and Enemies module](https://foundryvtt.com/packages/nordlond-bestiary)!

Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
### [Users Guide](https://bit.ly/2JaSlQd) for GURPS 4e Game Aid for Foundry VTT


Release 0.15.15 12/07/2022

- Fixed /anim targeting code is Warpgate is missing

Release 0.15.14 12/06/2022

- Fixed overlapping Github tags
Expand Down
4 changes: 2 additions & 2 deletions module/chat/anim.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export class AnimChatProcessor extends ChatProcessor {
async awaitClick(line) {
GURPS.IgnoreTokenSelect = true

if (!!warpgate) {
try {
const location = await warpgate.crosshairs.show(
{
interval: 0,
Expand All @@ -207,7 +207,7 @@ export class AnimChatProcessor extends ChatProcessor {
line = line + ' @' + parseInt(location.x) + ',' + parseInt(location.y)
this.registry.processLine(line)
return
}
} catch (error) { console.log(error) }

return new Promise((resolve, reject) => {
window.addEventListener(
Expand Down
4 changes: 2 additions & 2 deletions system.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "gurps",
"title": "GURPS 4e Game Aid (Unofficial)",
"description": "A game aid to help play GURPS 4e for Foundry VTT",
"version": "0.15.14",
"version": "0.15.15",
"authors": [
{
"name": "Chris Normand",
Expand Down Expand Up @@ -81,7 +81,7 @@
"secondaryTokenAttribute": "FP",
"url": "https://github.com/crnormand/gurps",
"manifest": "https://raw.githubusercontent.com/crnormand/gurps/release/system.json",
"download": "https://github.com/crnormand/gurps/archive/0.15.14.zip",
"download": "https://github.com/crnormand/gurps/archive/0.15.15.zip",
"socket": true,
"license": "LICENSE.txt"
}

0 comments on commit f74c80d

Please sign in to comment.