From c22370d643008e55121c0ddeaca0b81d755573ff Mon Sep 17 00:00:00 2001 From: william341 Date: Sun, 18 Jun 2017 20:05:46 -0700 Subject: [PATCH] fix --- ShiftOS.WinForms/Applications/Terminal.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShiftOS.WinForms/Applications/Terminal.cs b/ShiftOS.WinForms/Applications/Terminal.cs index 2b9a254..51ad42b 100644 --- a/ShiftOS.WinForms/Applications/Terminal.cs +++ b/ShiftOS.WinForms/Applications/Terminal.cs @@ -521,7 +521,7 @@ and only a few small programs to use to earn very little amounts of Codepoints. Now, let's get you your first Shiftorium upgrade!"); - Story.PushObjective("First Steps: The Shiftorium", "Buy your first Shiftorium upgrade with your new Codepoints using shiftorium.list, shiftorium.info and shiftorium.buy.", + Story.PushObjective("First Steps: The Shiftorium", "Buy your first Shiftorium upgrade with your new Codepoints using upgrades, upgradeinfo and buy.", () => { return SaveSystem.CurrentSave.CountUpgrades() > 0;