aboutsummaryrefslogtreecommitdiffstats
path: root/Malmstone/Configuration.cs
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-09-16 21:48:11 -0700
committerPinapelz <yukais@pinapelz.com>2024-09-16 21:48:11 -0700
commit745b939bb15bf41725d4e86e65366a1a8793bbc7 (patch)
tree07b190c52400d8bd6ac960d8b8b21e9e779e0952 /Malmstone/Configuration.cs
parent481ec3932c98771310cf9d834ebad8446b01f5c4 (diff)
add option to replace in game UI series level with plugin tracked series level (tracking for series level above 30)
Diffstat (limited to 'Malmstone/Configuration.cs')
-rw-r--r--Malmstone/Configuration.cs2
1 files changed, 2 insertions, 0 deletions
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<ulong, int> ExtraLevelsMap { get; set; } = new Dictionary<ulong, int>();
+ public bool ShowTrueSeriesLevelPVPReward { get; set; } = true;
+ public bool ShowTrueSeriesLevelPVPProfile { get; set; } = true;
// the below exist just to make saving less cumbersome
public void Save()
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage