From 745b939bb15bf41725d4e86e65366a1a8793bbc7 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 16 Sep 2024 21:48:11 -0700 Subject: add option to replace in game UI series level with plugin tracked series level (tracking for series level above 30) --- Malmstone/Configuration.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Malmstone/Configuration.cs') diff --git a/Malmstone/Configuration.cs b/Malmstone/Configuration.cs index bd4de22..e20dd1e 100644 --- a/Malmstone/Configuration.cs +++ b/Malmstone/Configuration.cs @@ -24,6 +24,8 @@ public class Configuration : IPluginConfiguration public bool IsPrimedForBuff { get; set; } = false; public bool OverrideShowMatchesToDefaultTargetGoal { get; set; } = false; public Dictionary ExtraLevelsMap { get; set; } = new Dictionary(); + public bool ShowTrueSeriesLevelPVPReward { get; set; } = true; + public bool ShowTrueSeriesLevelPVPProfile { get; set; } = true; // the below exist just to make saving less cumbersome public void Save() -- cgit v1.2.3