Skip to content

Commit

Permalink
8.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
moo-man committed Sep 9, 2024
1 parent b92a8c0 commit e981ff6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/system/utility-wfrp4e.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default class WFRP_Utility {

if (subspecies && game.wfrp4e.config.subspecies[species][subspecies].speciesTraits)
{
traits = game.wfrp4e.config.subspecies[species][subspecies].speciesTraits || {};
traits = game.wfrp4e.config.subspecies[species][subspecies].speciesTraits || [];
}

return { skills, talents, randomTalents, talentReplacement, traits };
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": "wfrp4e",
"title": "Warhammer Fantasy Roleplay 4th Edition",
"description": "A comprehensive system for running grim and perilous games of Warhammer Fantasy Roleplay in the Foundry VTT environment.",
"version": "8.0.2",
"version": "8.0.3",
"authors" : [
{
"name": "Moo Man",
Expand Down Expand Up @@ -70,6 +70,6 @@
"templateVersion":3,
"socket": true,
"manifest" : "https://github.com/moo-man/WFRP4e-FoundryVTT/releases/latest/download/system.json",
"download" : "https://github.com/moo-man/WFRP4e-FoundryVTT/releases/download/8.0.2/wfrp4e.zip",
"download" : "https://github.com/moo-man/WFRP4e-FoundryVTT/releases/download/8.0.3/wfrp4e.zip",
"url" : "https://github.com/moo-man/WFRP4e-FoundryVTT"
}

0 comments on commit e981ff6

Please sign in to comment.