diff options
| author | william341 <[email protected]> | 2017-06-18 20:05:46 -0700 |
|---|---|---|
| committer | william341 <[email protected]> | 2017-06-18 20:05:46 -0700 |
| commit | c22370d643008e55121c0ddeaca0b81d755573ff (patch) | |
| tree | 177a5c8c81b61daf104b90196ddf5e15cdd43b96 | |
| parent | 65c163f6b0c0c455a920a343f57d0baac1c026ff (diff) | |
| download | shiftos_thereturn-c22370d643008e55121c0ddeaca0b81d755573ff.tar.gz shiftos_thereturn-c22370d643008e55121c0ddeaca0b81d755573ff.tar.bz2 shiftos_thereturn-c22370d643008e55121c0ddeaca0b81d755573ff.zip | |
fix
| -rw-r--r-- | ShiftOS.WinForms/Applications/Terminal.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
