fix: reset Bleed cure state in Configure + map CureBleed checkbox; port icon/border textures .tga->BLP

This commit is contained in:
2026-05-29 10:43:54 +02:00
parent f87b41960d
commit 6a686f9a2d
12 changed files with 8 additions and 6 deletions
+1
View File
@@ -1877,6 +1877,7 @@ function D:SetCureOrder (ToChange)
[DC.POISON] = D.options.args.CureOptions.args.CurePoison,
[DC.DISEASE] = D.options.args.CureOptions.args.CureDisease,
[DC.CHARMED] = D.options.args.CureOptions.args.CureCharmed,
[DC.BLEED] = D.options.args.CureOptions.args.CureBleed, -- CoA: added with DC.BLEED
}
end