diff options
| author | EverythingWindows <[email protected]> | 2022-11-24 23:06:37 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-24 23:38:31 +0700 |
| commit | c1206d86344269313766d6435049cc9f5615fccb (patch) | |
| tree | 4c671f369ce07e5b6e56ee1cd01878c8f60c2ae6 /ShiftOS-TheRevival/Functions/InGame/StoreManager | |
| parent | fb1e91c76bda9662305b3025ea3e6a9d72c9fe0b (diff) | |
| download | shiftos-therevival-old-c1206d86344269313766d6435049cc9f5615fccb.tar.gz shiftos-therevival-old-c1206d86344269313766d6435049cc9f5615fccb.tar.bz2 shiftos-therevival-old-c1206d86344269313766d6435049cc9f5615fccb.zip | |
0.2.7 final code
Diffstat (limited to 'ShiftOS-TheRevival/Functions/InGame/StoreManager')
| -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 |
