aboutsummaryrefslogtreecommitdiffstats
path: root/Malmstone/Configuration.cs
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-09-08 21:14:34 -0700
committerPinapelz <yukais@pinapelz.com>2024-09-08 21:14:34 -0700
commitbc687091520c8a1bf1f3d19dcddb4d80e1ea42c5 (patch)
tree58f60a9db3f1b32b9dab606fbba59d23ca60dd26 /Malmstone/Configuration.cs
parent20598fbb7be6a73364661a4fd8e92ad6d242234f (diff)
save primed for losing streak bonus state if plugin is unloaded
Diffstat (limited to 'Malmstone/Configuration.cs')
-rw-r--r--Malmstone/Configuration.cs1
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()
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage