diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-09-08 21:14:34 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-09-08 21:14:34 -0700 |
| commit | bc687091520c8a1bf1f3d19dcddb4d80e1ea42c5 (patch) | |
| tree | 58f60a9db3f1b32b9dab606fbba59d23ca60dd26 /Malmstone/Configuration.cs | |
| parent | 20598fbb7be6a73364661a4fd8e92ad6d242234f (diff) | |
save primed for losing streak bonus state if plugin is unloaded
Diffstat (limited to 'Malmstone/Configuration.cs')
| -rw-r--r-- | Malmstone/Configuration.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Malmstone/Configuration.cs b/Malmstone/Configuration.cs index 4f62a96..ba4ba67 100644 --- a/Malmstone/Configuration.cs +++ b/Malmstone/Configuration.cs @@ -20,6 +20,7 @@ public class Configuration : IPluginConfiguration public bool TrackFrontlineBonus { get; set; } = true; public int SavedFrontlineRewardBonus { get; set; } = -1; public bool OutdatedFrontlineRewardBonus { get; set; } = false; + public bool IsPrimedForBuff { get; set; } = false; // the below exist just to make saving less cumbersome public void Save() |
