From b203b746b024e6090712c5aa3904dd2f08d73c17 Mon Sep 17 00:00:00 2001 From: william341 Date: Sun, 8 Jan 2017 14:38:58 -0700 Subject: [PATCH] on buy update cp shiftorium --- ShiftOS.WinForms/Applications/ShiftoriumFrontend.cs | 1 + 1 file changed, 1 insertion(+) 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()) {