diff options
| author | EverythingWindows <[email protected]> | 2022-11-24 23:06:37 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-24 23:06:37 +0700 |
| commit | 84aff196b167a343eb056bd143e2cf894ad620cb (patch) | |
| tree | 436f4c13415fb2237f9b9753cb01c51f858e7b1e /ShiftOS-TheRevival/Functions/InGame | |
| parent | fb1e91c76bda9662305b3025ea3e6a9d72c9fe0b (diff) | |
| download | shiftos-therevival-old-0.2.7.tar.gz shiftos-therevival-old-0.2.7.tar.bz2 shiftos-therevival-old-0.2.7.zip | |
0.2.7 final code0.2.7
Diffstat (limited to 'ShiftOS-TheRevival/Functions/InGame')
| -rw-r--r-- | ShiftOS-TheRevival/Functions/InGame/StoreManager/Shiftoriums.vb | 4 |
1 files changed, 3 insertions, 1 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 |
