aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwilliam341 <[email protected]>2017-01-08 14:38:58 -0700
committerwilliam341 <[email protected]>2017-01-08 14:38:58 -0700
commitb203b746b024e6090712c5aa3904dd2f08d73c17 (patch)
tree6fe81c2ec6d95456c664cb90cd907a3918290b25
parent51208cb5c86dc68a536181616fb9bc374be6a76d (diff)
downloadshiftos_thereturn-b203b746b024e6090712c5aa3904dd2f08d73c17.tar.gz
shiftos_thereturn-b203b746b024e6090712c5aa3904dd2f08d73c17.tar.bz2
shiftos_thereturn-b203b746b024e6090712c5aa3904dd2f08d73c17.zip
on buy update cp shiftorium
-rw-r--r--ShiftOS.WinForms/Applications/ShiftoriumFrontend.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Applications/ShiftoriumFrontend.cs b/ShiftOS.WinForms/Applications/ShiftoriumFrontend.cs
index 74e6482..bb6d93e 100644
--- a/ShiftOS.WinForms/Applications/ShiftoriumFrontend.cs
+++ b/ShiftOS.WinForms/Applications/ShiftoriumFrontend.cs
@@ -85,6 +85,7 @@ namespace ShiftOS.WinForms.Applications
lbupgrades.Items.Clear();
upgrades.Clear();
Timer();
+ label2.Text = "You have: " + SaveSystem.CurrentSave.Codepoints.ToString() + " Codepoints";
foreach (var upg in backend.GetAvailable())
{