aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEverythingWindows <[email protected]>2022-11-24 23:06:37 +0700
committerEverythingWindows <[email protected]>2022-11-24 23:38:31 +0700
commitc1206d86344269313766d6435049cc9f5615fccb (patch)
tree4c671f369ce07e5b6e56ee1cd01878c8f60c2ae6
parentfb1e91c76bda9662305b3025ea3e6a9d72c9fe0b (diff)
downloadshiftos-therevival-old-c1206d86344269313766d6435049cc9f5615fccb.tar.gz
shiftos-therevival-old-c1206d86344269313766d6435049cc9f5615fccb.tar.bz2
shiftos-therevival-old-c1206d86344269313766d6435049cc9f5615fccb.zip
0.2.7 final code
-rw-r--r--ShiftOS-TheRevival/Functions/InGame/StoreManager/Shiftoriums.vb4
-rw-r--r--ShiftOS-TheRevival/Functions/OutGame/SaveLoadSystem.vb2
-rw-r--r--ShiftOS-TheRevival/MainForms/IntroStory.vb1
3 files changed, 5 insertions, 2 deletions
diff --git a/ShiftOS-TheRevival/Functions/InGame/StoreManager/Shiftoriums.vb b/ShiftOS-TheRevival/Functions/InGame/StoreManager/Shiftoriums.vb
index f525073..098e782 100644
--- a/ShiftOS-TheRevival/Functions/InGame/StoreManager/Shiftoriums.vb
+++ b/ShiftOS-TheRevival/Functions/InGame/StoreManager/Shiftoriums.vb
@@ -623,7 +623,7 @@
Shiftorium_InstallFeatures(True, "ki_animals", 38, 300)
NormalCommand()
Case "ki_fruits"
- Shiftorium_InstallFeatures(True, "ki_animals", 39, 300)
+ Shiftorium_InstallFeatures(True, "ki_fruits", 39, 300)
NormalCommand()
Case "duwmrgb"
Shiftorium_InstallFeatures(True, "duwmrgb", 40, 225)
@@ -797,6 +797,8 @@
'Chapter 2 packages
Case "duwm"
Strings.AvailableFeature(35) = "1"
+ Strings.ComputerInfo(7) = 1
+ GUISCustomizations.DesktopColor = Color.Black
Strings.AvailableFeature(36) = "0"
Strings.AvailableFeature(37) = "0"
success = True
diff --git a/ShiftOS-TheRevival/Functions/OutGame/SaveLoadSystem.vb b/ShiftOS-TheRevival/Functions/OutGame/SaveLoadSystem.vb
index 34cc3f7..187fcbd 100644
--- a/ShiftOS-TheRevival/Functions/OutGame/SaveLoadSystem.vb
+++ b/ShiftOS-TheRevival/Functions/OutGame/SaveLoadSystem.vb
@@ -68,7 +68,7 @@ Module SaveLoadSystem
Strings.ComputerInfo(0) = "shiftos"
Strings.ComputerInfo(1) = "user"
Strings.ComputerInfo(2) = "0"
- Strings.ComputerInfo(4) = "34"
+ Strings.ComputerInfo(4) = "42"
Strings.AvailableFeature(0) = "1"
Strings.AvailableFeature(1) = "1"
Strings.AvailableFeature(2) = "1"
diff --git a/ShiftOS-TheRevival/MainForms/IntroStory.vb b/ShiftOS-TheRevival/MainForms/IntroStory.vb
index de048a4..7ee2ad2 100644
--- a/ShiftOS-TheRevival/MainForms/IntroStory.vb
+++ b/ShiftOS-TheRevival/MainForms/IntroStory.vb
@@ -31,6 +31,7 @@
If Opacity = 1 Then
Strings.ComputerInfo(3) = "0"
Strings.IsFree = False
+ IsConsoleParent = True
Console.Show()
Close()
Else