From b5e6bcea74605c4735dc728de7fb0a4fb05bdd13 Mon Sep 17 00:00:00 2001 From: NovaRain Date: Tue, 24 Sep 2024 09:32:55 +0800 Subject: [PATCH] Added ItemCounterAutoCaps to sfall QoL component --- extra/inno/ini_qol.iss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extra/inno/ini_qol.iss b/extra/inno/ini_qol.iss index 5c97c0bb0..1cecc6053 100644 --- a/extra/inno/ini_qol.iss +++ b/extra/inno/ini_qol.iss @@ -4,9 +4,10 @@ FileName: "{app}\ddraw.ini"; Section: "Interface"; Key: "WorldMapTerrainInfo"; S FileName: "{app}\ddraw.ini"; Section: "Misc"; Key: "DisplayBonusDamage"; String: "1"; Components: qol; FileName: "{app}\ddraw.ini"; Section: "Misc"; Key: "DisplayKarmaChanges"; String: "1"; Components: qol; FileName: "{app}\ddraw.ini"; Section: "Misc"; Key: "DontTurnOffSneakIfYouRun"; String: "1"; Components: qol; -FileName: "{app}\ddraw.ini"; Section: "Misc"; Key: "PartyMemberNonRandomLevelUp"; String: "1"; Components: qol; +FileName: "{app}\ddraw.ini"; Section: "Misc"; Key: "ItemCounterAutoCaps"; String: "1"; Components: qol; FileName: "{app}\ddraw.ini"; Section: "Misc"; Key: "NumbersInDialogue"; String: "1"; Components: qol; FileName: "{app}\ddraw.ini"; Section: "Misc"; Key: "PartyMemberExtraInfo"; String: "1"; Components: qol; +FileName: "{app}\ddraw.ini"; Section: "Misc"; Key: "PartyMemberNonRandomLevelUp"; String: "1"; Components: qol; FileName: "{app}\ddraw.ini"; Section: "Misc"; Key: "PlayIdleAnimOnReload"; String: "1"; Components: qol; FileName: "{app}\ddraw.ini"; Section: "Misc"; Key: "SpeedInventoryPCRotation"; String: "800"; Components: qol; FileName: "{app}\ddraw.ini"; Section: "Misc"; Key: "SpeedInterfaceCounterAnims"; String: "2"; Components: qol;