Skip to content

Commit

Permalink
Merge pull request #1649 from snap01/develop
Browse files Browse the repository at this point in the history
Prepare system for 7.6
  • Loading branch information
snap01 authored Dec 7, 2024
2 parents 483b178 + d0f6ad8 commit cbedcbf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Happy gaming !

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

## Version 7.6

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

- Add ChatMessage Roll.0 pushing/pushed and luckSpent values
- Fix ranged combat damage if no dice are rolled

Expand Down
4 changes: 3 additions & 1 deletion module/updater.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ export class Updater {
if (runMigrate || !Object.prototype.hasOwnProperty.call(this.updatedModules, module.id) || String(this.updatedModules[module.id]) !== String(module.version)) {
// A migration is required, module has not been updated before, or the version number has changed, check against known good values
const knownModuleVersions = {
'call-of-cthulhu-foundryvtt-investigator-wizard': '1.0.3'
'call-of-cthulhu-foundryvtt-investigator-wizard': '1.0.3',
'cha-coc-fvtt-en-quickstart': '7.0',
'cha-coc-fvtt-en-starterset': '7.0'
}
if (typeof knownModuleVersions[module.id] === 'string') {
if (foundry.utils.isNewerVersion(module.version, knownModuleVersions[module.id])) {
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": "CoC7",
"title": "Call of Cthulhu 7th Edition",
"description": "An implementation of the Call of Cthulhu 7th Edition game system for Foundry Virtual Tabletop.",
"version": "7.5",
"version": "7.6",
"authors": [
{
"name": "Miskatonic Investigative Society"
Expand Down Expand Up @@ -207,7 +207,7 @@
"secondaryTokenAttribute": "attribs.san",
"url": "https://github.com/Miskatonic-Investigative-Society/CoC7-FoundryVTT",
"manifest": "https://github.com/Miskatonic-Investigative-Society/CoC7-FoundryVTT/releases/latest/download/system.json",
"download": "https://github.com/Miskatonic-Investigative-Society/CoC7-FoundryVTT/releases/download/7.5/system.zip",
"download": "https://github.com/Miskatonic-Investigative-Society/CoC7-FoundryVTT/releases/download/7.6/system.zip",
"media": [
{
"type": "setup",
Expand Down

0 comments on commit cbedcbf

Please sign in to comment.