Set stagger max to 100 by request

This commit is contained in:
Parnic
2017-01-11 16:04:41 -06:00
parent 176603ec51
commit a739b7ba99
2 changed files with 2 additions and 1 deletions

View File

@ -71,7 +71,7 @@ function StaggerBar.prototype:GetOptions()
name = "Max Percent",
desc = "Maximum percentage of your maximum health for the Stagger bar to represent. I.e, if set to 20%, the bar will be full when the Stagger damage over time effect is dealing 20% of your maximum health per second.",
min = 0,
max = 50,
max = 100,
step = 1,
get = function()
return self.moduleSettings.maxPercent