aboutsummaryrefslogtreecommitdiffstats
path: root/Malmstone/Windows
diff options
context:
space:
mode:
Diffstat (limited to 'Malmstone/Windows')
-rw-r--r--Malmstone/Windows/MainWindow.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/Malmstone/Windows/MainWindow.cs b/Malmstone/Windows/MainWindow.cs
index cf0c085..72a1a2a 100644
--- a/Malmstone/Windows/MainWindow.cs
+++ b/Malmstone/Windows/MainWindow.cs
@@ -75,6 +75,12 @@ namespace Malmstone.Windows
ImGui.Spacing();
ImGui.Text($"You have {xpResult.RemainingXp} remaining series EXP to go until you reach level {xpResult.TargetLevel}");
+
+ // If player has 100 unclaimed series levels (+30 for all main malmstones)
+ if(pvpInfo.CurrentSeriesRank > 130)
+ ImGui.TextColored(new Vector4(1.0f, 0.0f, 0.0f, 1.0f),"You must really love PVP... Congrats on maxing out Series Malmstone" +
+ "\nThe Infinite Level is known to max out at 100 unclaimed rewards" +
+ "\nYou will not gain additional Series EXP until you claim them!");
ImGui.Spacing();
ImGui.Separator();
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage