diff --git a/KnowYourArmorPatcher/Program.cs b/KnowYourArmorPatcher/Program.cs index ba72dc0..2401948 100644 --- a/KnowYourArmorPatcher/Program.cs +++ b/KnowYourArmorPatcher/Program.cs @@ -209,6 +209,11 @@ public static void RunPatch(SynthesisState state) float effectIntensity = (float)settingsJson["effect_intensity"]!; bool patchArmorDescriptions = (bool)settingsJson["patch_armor_descriptions"]!; + Console.WriteLine("*** DETECTED SETTINGS ***"); + Console.WriteLine("patch_armor_descriptions: " + patchArmorDescriptions); + Console.WriteLine("effect_intensity: " + effectIntensity); + Console.WriteLine("*************************"); + Dictionary armorKeywords = armorKeywordsTuple .Select(t => {