diff options
| author | Michael <[email protected]> | 2017-05-08 12:12:22 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-08 12:12:22 -0400 |
| commit | 2cede571ca23806b68344d9984c11eedaaea76e1 (patch) | |
| tree | a4496c4a960c078385fb94d8f6cd3d64ef3b1147 /ShiftOS.WinForms/Oobe.cs | |
| parent | 64f491ff2821f99fc7485d9b062cc75c7d8fff1c (diff) | |
| download | shiftos_thereturn-2cede571ca23806b68344d9984c11eedaaea76e1.tar.gz shiftos_thereturn-2cede571ca23806b68344d9984c11eedaaea76e1.tar.bz2 shiftos_thereturn-2cede571ca23806b68344d9984c11eedaaea76e1.zip | |
add mud_fundamentals to new saves
Diffstat (limited to 'ShiftOS.WinForms/Oobe.cs')
| -rw-r--r-- | ShiftOS.WinForms/Oobe.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Oobe.cs b/ShiftOS.WinForms/Oobe.cs index 0bcb290..d5f28f8 100644 --- a/ShiftOS.WinForms/Oobe.cs +++ b/ShiftOS.WinForms/Oobe.cs @@ -312,6 +312,8 @@ You must join the digital society, rise up the ranks, and save us. sve.Codepoints = 0; sve.Upgrades = new Dictionary<string, bool>(); sve.ID = Guid.NewGuid(); + sve.StoriesExperienced = new List<string>(); + sve.StoriesExperienced.Add("mud_fundamentals"); Infobox.Show("Welcome to ShiftOS.", "Welcome to ShiftOS, " + client.GetDisplayName() + ". We have created a save file for you. Now, go on and Shift It Your Way.", () => { sve.StoryPosition = 8675309; |
