aboutsummaryrefslogtreecommitdiffstats
path: root/Malmstone/Configuration.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Malmstone/Configuration.cs')
-rw-r--r--Malmstone/Configuration.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/Malmstone/Configuration.cs b/Malmstone/Configuration.cs
index c4d091b..4f62a96 100644
--- a/Malmstone/Configuration.cs
+++ b/Malmstone/Configuration.cs
@@ -17,7 +17,9 @@ public class Configuration : IPluginConfiguration
public bool ShowMainWindowOnPVPReward { get; set; } = true;
public bool SkipProgressionToastAfterGoal { get; set; } = false;
public bool SkipProgressionChatAfterGoal { get; set; } = false;
- public bool TrackFrontlineBonus { get; set; } = false;
+ public bool TrackFrontlineBonus { get; set; } = true;
+ public int SavedFrontlineRewardBonus { get; set; } = -1;
+ public bool OutdatedFrontlineRewardBonus { get; set; } = false;
// 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