Skip to content

Commit

Permalink
Merge pull request #1371 from snap01/develop
Browse files Browse the repository at this point in the history
Prepare for 0.10.4
  • Loading branch information
snap01 authored Jul 2, 2023
2 parents c5c2e7e + 89e145e commit 754175d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ Happy gaming !

When not specified, all changes were made by @castanhocorreia, @HavlockV, and @snap01.

## Version 0.10.4

When not specified, all changes were made by @castanhocorreia, @HavlockV, and @snap01.

- Fix Actor not looking at COC ID values to find specific skills
- Update to French localization, thanks to @vonv #1370

## Version 0.10.3

Expand Down
1 change: 1 addition & 0 deletions module/apps/investigator-wizard.js
Original file line number Diff line number Diff line change
Expand Up @@ -1623,6 +1623,7 @@ export class CoC7InvestigatorWizard extends FormApplication {
base = Math.floor(new Roll(base).evaluate({ async: false }).total)
}
item.system.base = base
item.system.adjustments = item.system.adjustments ?? {}
if (Number(row.personalPoints) > 0) {
item.system.adjustments.personal = parseInt(row.personalPoints, 10)
}
Expand Down
2 changes: 1 addition & 1 deletion system.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "CoC7",
"title": "Call of Cthulhu 7th Edition",
"description": "An implementation of the Call of Cthulhu 7th Edition game system for Foundry Virtual Tabletop.",
"version": "0.10.3",
"version": "0.10.4",
"authors": [
{
"name": "Miskatonic Investigative Society"
Expand Down

0 comments on commit 754175d

Please sign in to comment.