From be05a80f8152fbaee80e5f75e445028ab3aeeb6d Mon Sep 17 00:00:00 2001 From: ReznoRMichael Date: Thu, 28 Jan 2021 08:46:50 +0100 Subject: [PATCH] docs addition --- src/js/HKCheckCompletion.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/HKCheckCompletion.js b/src/js/HKCheckCompletion.js index 3a4d091..29a69ee 100644 --- a/src/js/HKCheckCompletion.js +++ b/src/js/HKCheckCompletion.js @@ -443,7 +443,7 @@ function CheckCompletionPercent(divId, completionPercentage) { /** * Fills HTML with appropriate number of health mask images * @param {object} divId ID of the HTML element for data appending - * @param {number} masks Number of max health masks from the save + * @param {number} masks Number of max health masks from the save (baseline without charms and lifeblood) * @param {number} permadeathMode Value of permadeathMode property. 0 = Normal, 1 = Steel Soul */ function CheckHealthMasks(divId, masks = 5, permadeathMode = 0) {