mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
story IDs are now treated as shiftorium upgrades
This commit is contained in:
parent
01530d637d
commit
a28a68bcf8
1 changed files with 3 additions and 0 deletions
|
@ -204,6 +204,9 @@ namespace ShiftOS.Engine
|
|||
}
|
||||
try
|
||||
{
|
||||
if (SaveSystem.CurrentSave.StoriesExperienced.Contains(id))
|
||||
return true;
|
||||
|
||||
return SaveSystem.CurrentSave.Upgrades[id];
|
||||
}
|
||||
catch
|
||||
|
|
Loading…
Reference in a new issue