mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-24 04:18:11 -08:00
Uncomment Poison and Stun Ailment Buildup UIs
This commit is contained in:
@@ -53,14 +53,14 @@ function ailment_buildup.draw(monster, ailment_buildup_UI, cached_config, ailmen
|
|||||||
|
|
||||||
for id, ailment in pairs(monster.ailments) do
|
for id, ailment in pairs(monster.ailments) do
|
||||||
if id == ailments.stun_id then
|
if id == ailments.stun_id then
|
||||||
--if not cached_config.filter.stun then
|
if not cached_config.filter.stun then
|
||||||
goto continue
|
goto continue
|
||||||
--end
|
end
|
||||||
|
|
||||||
elseif id == ailments.poison_id then
|
elseif id == ailments.poison_id then
|
||||||
--if not cached_config.filter.poison then
|
if not cached_config.filter.poison then
|
||||||
goto continue
|
goto continue
|
||||||
--end
|
end
|
||||||
elseif id == ailments.blast_id then
|
elseif id == ailments.blast_id then
|
||||||
if not cached_config.filter.blast then
|
if not cached_config.filter.blast then
|
||||||
goto continue
|
goto continue
|
||||||
|
|||||||
Reference in New Issue
Block a user