aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/Shiftorium.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-07-04 09:52:49 -0400
committerMichael <[email protected]>2017-07-04 09:52:49 -0400
commit3e65bf26fd69ed5cd9ed9c49b20ab5182c098430 (patch)
tree4f3b0d26fba385bf6080db01ccfaa9bc73345276 /ShiftOS_TheReturn/Shiftorium.cs
parentd23c5cc29dc47537d1cf6069f27009750fd80919 (diff)
downloadshiftos_thereturn-3e65bf26fd69ed5cd9ed9c49b20ab5182c098430.tar.gz
shiftos_thereturn-3e65bf26fd69ed5cd9ed9c49b20ab5182c098430.tar.bz2
shiftos_thereturn-3e65bf26fd69ed5cd9ed9c49b20ab5182c098430.zip
Port over the Terminal
Diffstat (limited to 'ShiftOS_TheReturn/Shiftorium.cs')
-rw-r--r--ShiftOS_TheReturn/Shiftorium.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS_TheReturn/Shiftorium.cs b/ShiftOS_TheReturn/Shiftorium.cs
index e4c2a08..0362566 100644
--- a/ShiftOS_TheReturn/Shiftorium.cs
+++ b/ShiftOS_TheReturn/Shiftorium.cs
@@ -426,7 +426,7 @@ namespace ShiftOS.Engine
try
{
if (SaveSystem.CurrentSave == null)
- return true;
+ return false;
if (SaveSystem.CurrentSave.StoriesExperienced == null)
SaveSystem.CurrentSave.StoriesExperienced = new List<string>();