Skip to content

Commit

Permalink
Merge pull request #194 from toastygm/v1.0.2-hotfix
Browse files Browse the repository at this point in the history
V1.0.2 hotfix
  • Loading branch information
toastygm authored Dec 21, 2020
2 parents 4b6b735 + d402808 commit aedb7cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion module/dice-hm3.js
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ export class DiceHM3 {
static _calcInjury(location, impact, aspect, addToCharSheet, aim, dialogOptions) {
const enableAmputate = game.settings.get('hm3', 'amputation');
const enableBloodloss = game.settings.get('hm3', 'bloodloss');
const enableLimbInjury = game.settings.get('hm3', 'limbInjury');
const enableLimbInjury = game.settings.get('hm3', 'limbInjuries');

const result = {
isRandom: location === 'Random',
Expand Down
6 changes: 3 additions & 3 deletions system.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "hm3",
"title": "HarnMaster 3",
"description": "The HarnMaster 3 system for FoundryVTT!",
"version": "1.0.2",
"version": "1.0.4",
"minimumCoreVersion": "0.7.1",
"compatibleCoreVersion": "0.7.8",
"compatibleCoreVersion": "0.7.9",
"templateVersion": 2,
"author": "Tom Rodriguez",
"esmodules": ["module/hm3.js"],
Expand Down Expand Up @@ -89,6 +89,6 @@
"secondaryTokenAttribute": null,
"url": "https://github.com/toastygm/HarnMaster-3-FoundryVTT/",
"manifest": "https://raw.githubusercontent.com/toastygm/HarnMaster-3-FoundryVTT/master/system.json",
"download": "https://github.com/toastygm/HarnMaster-3-FoundryVTT/archive/v1.0.2.zip",
"download": "https://github.com/toastygm/HarnMaster-3-FoundryVTT/archive/v1.0.4.zip",
"license": "LICENSE.txt"
}

0 comments on commit aedb7cb

Please sign in to comment.