Skip to content

Commit

Permalink
Merge pull request #29 from WoD5E-Developers/dev
Browse files Browse the repository at this point in the history
Fix an issue where exceptional dicepools were unable to be deleted on SPC sheets
  • Loading branch information
Veilza authored Jul 2, 2024
2 parents 88c4672 + 5d14d0b commit 4f37cd1
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
"id": "vtm5e",
"release": {
"version": "${{ github.event.release.tag_name }}",
"manifest": "https://github.com/Rayji96/foundry-V5/releases/download/${{ github.event.release.tag_name }}/system.json",
"notes": "https://github.com/Rayji96/foundry-V5/releases/tag/${{ github.event.release.tag_name }}",
"manifest": "https://github.com/WoD5E-Developers/wod5e/releases/download/${{ github.event.release.tag_name }}/system.json",
"notes": "https://github.com/WoD5E-Developers/wod5e/releases/tag/${{ github.event.release.tag_name }}",
"compatibility": {
"minimum": "11",
"verified": "12.327",
"verified": "12.328",
"maximum": ""
}
}
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## **Did you find a bug?**

* **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/Rayji96/foundry-V5/issues).
* **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/WoD5E-Developers/wod5e//issues).

* If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/Rayji96/foundry-V5/issues/new). Be sure to include a **title and clear description and label it as bug** and as much relevant information as possible. **Steps to reproduce or a screenshot is a must!**
* If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/WoD5E-Developers/wod5e//issues/new). Be sure to include a **title and clear description and label it as bug** and as much relevant information as possible. **Steps to reproduce or a screenshot is a must!**

## **Did you write a patch that fixes a bug?**

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Replace the 1s with however many you want to roll for each type, and let the dic

## Feedback

Bugs or feature requests created to this repository are greatly appreciate. Please use the [Issues](https://github.com/Rayji96/foundry-V5/issues) page for these!
Bugs or feature requests created to this repository are greatly appreciate. Please use the [Issues](https://github.com/WoD5E-Developers/wod5e//issues) page for these!

You can also reach out to "weinerdolphin" or "veilza" on Discord, or leave a message in the #wod channel in the official Foundry Discord server, with any issues. We'd love to help you get your game running smoothly!

Expand All @@ -49,9 +49,9 @@ Licensed WoD 5e materials will not be provided as this system is provided for pu
[Foundry URL]: https://foundryvtt.com

[MIT License]: https://img.shields.io/badge/License-MIT-green
[MIT URL]: https://github.com/Rayji96/foundry-V5/blob/main/LICENSE
[MIT URL]: https://github.com/WoD5E-Developers/wod5e//blob/main/LICENSE

[GitHub Super-Linter]: https://github.com/Rayji96/foundry-V5/workflows/Super-Linter/badge.svg
[GitHub Super-Linter]: https://github.com/WoD5E-Developers/wod5e//workflows/Super-Linter/badge.svg
[Super-Linter URL]: https://github.com/marketplace/actions/super-linter

[Dark Pack]: https://s3-eu-north-1.amazonaws.com/pdx-campaign-wp-data/uploads/sites/10/2021/10/05102936/darkpack_logo2-300x300.png
Expand Down
12 changes: 6 additions & 6 deletions system.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"id": "vtm5e",
"title": "World of Darkness 5e",
"description": "World of Darkness 5e system for Foundry VTT",
"version": "4.4.0",
"version": "4.4.2",
"compatibility": {
"minimum": "11",
"verified": "12.327",
"verified": "12.328",
"maximum": ""
},
"authors": [
Expand Down Expand Up @@ -288,11 +288,11 @@
"initiative": "1d10",
"changelog": "https://veilza.github.io/wod5e-docs/changelog.html",
"license": "./LICENSE",
"url": "https://github.com/Rayji96/foundry-V5",
"bugs": "https://github.com/Rayji96/foundry-V5/issues",
"url": "https://github.com/WoD5E-Developers/wod5e",
"bugs": "https://github.com/WoD5E-Developers/wod5e/issues",
"background": "systems/vtm5e/assets/images/wodcity.jpg",
"manifest": "https://github.com/Rayji96/foundry-V5/releases/download/4.4.0/system.json",
"download": "https://github.com/Rayji96/foundry-V5/releases/download/4.4.0/vtm5e-4.4.0.zip",
"manifest": "https://github.com/WoD5E-Developers/wod5e/releases/download/4.4.2/system.json",
"download": "https://github.com/WoD5E-Developers/wod5e/releases/download/4.4.2/vtm5e-4.4.2.zip",
"flags": {
"hotReload": {
"extensions": ["css", "hbs", "json"],
Expand Down
2 changes: 1 addition & 1 deletion templates/actor/parts/spc/exceptional-dice-pools.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<!-- Item controls for Exceptional Skill sections -->
<div class="item-controls">
<!-- Icon to delete the exceptionalskill -->
<a class="item-control exceptionalskill-delete" title="{{localize 'WOD5E.Delete'}}" data-exceptionalskill="{{key}}">
<a class="item-control exceptionalskill-delete" title="{{localize 'WOD5E.Delete'}}" data-exceptionalskill="{{exceptionalskill.id}}">
<i class="fas fa-trash"></i>
</a>
</div>
Expand Down

0 comments on commit 4f37cd1

Please sign in to comment.