mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-23 20:08:05 -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
|
||||
if id == ailments.stun_id then
|
||||
--if not cached_config.filter.stun then
|
||||
if not cached_config.filter.stun then
|
||||
goto continue
|
||||
--end
|
||||
end
|
||||
|
||||
elseif id == ailments.poison_id then
|
||||
--if not cached_config.filter.poison then
|
||||
if not cached_config.filter.poison then
|
||||
goto continue
|
||||
--end
|
||||
end
|
||||
elseif id == ailments.blast_id then
|
||||
if not cached_config.filter.blast then
|
||||
goto continue
|
||||
|
||||
Reference in New Issue
Block a user