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/Windows | |
| parent | 20598fbb7be6a73364661a4fd8e92ad6d242234f (diff) | |
save primed for losing streak bonus state if plugin is unloaded
Diffstat (limited to 'Malmstone/Windows')
| -rw-r--r-- | Malmstone/Windows/MainWindow.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Malmstone/Windows/MainWindow.cs b/Malmstone/Windows/MainWindow.cs index fbeb500..e5d69d2 100644 --- a/Malmstone/Windows/MainWindow.cs +++ b/Malmstone/Windows/MainWindow.cs @@ -122,7 +122,7 @@ namespace Malmstone.Windows { if(Plugin.PvPService.ConsecutiveThirdPlaceFrontline == 1) { - ImGui.TextColored(new Vector4(0.0f, 1.0f, 0.0f, 1.0f), "You'll receive a 10%% reward bonus if you place 3rd"); + ImGui.TextColored(new Vector4(0.0f, 1.0f, 0.0f, 1.0f), "Primed For Bonus: w You'll receive a 10%% reward bonus if you place 3rd"); } if (ImGui.IsItemHovered()) { |
