aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/Functions/InGame/ROMs/Strings.vb
diff options
context:
space:
mode:
authorEverythingWindows <[email protected]>2022-11-27 20:58:48 +0700
committerEverythingWindows <[email protected]>2022-11-27 20:58:48 +0700
commitd7cdf48c58d3663550a88975747c3db04efe7c29 (patch)
tree36dbe323c79da65ac0abf8ce46839b2f3fe86bb7 /ShiftOS-TheRevival/Functions/InGame/ROMs/Strings.vb
parentd09d7c947252a47adc866a69e6279121e272d000 (diff)
downloadshiftos-therevival-old-d7cdf48c58d3663550a88975747c3db04efe7c29.tar.gz
shiftos-therevival-old-d7cdf48c58d3663550a88975747c3db04efe7c29.tar.bz2
shiftos-therevival-old-d7cdf48c58d3663550a88975747c3db04efe7c29.zip
nice try on file skimmer lol
Diffstat (limited to 'ShiftOS-TheRevival/Functions/InGame/ROMs/Strings.vb')
-rw-r--r--ShiftOS-TheRevival/Functions/InGame/ROMs/Strings.vb4
1 files changed, 3 insertions, 1 deletions
diff --git a/ShiftOS-TheRevival/Functions/InGame/ROMs/Strings.vb b/ShiftOS-TheRevival/Functions/InGame/ROMs/Strings.vb
index 9ebbd3e..e9c28a1 100644
--- a/ShiftOS-TheRevival/Functions/InGame/ROMs/Strings.vb
+++ b/ShiftOS-TheRevival/Functions/InGame/ROMs/Strings.vb
@@ -3,7 +3,7 @@
Public Shared ComputerInfo(7) As String
Public Shared IsFree As Boolean
Public Shared OnceInfo(8) As String
- Public Shared AvailableFeature(41) As String
+ Public Shared AvailableFeature(42) As String
Public Shared CLIInterpreter As String
Public Shared SaveFile As String
Public Shared Achievement As String
@@ -96,6 +96,7 @@
'39 = KI Fruits [Adds fruit category into the Knowledge Input] (default : 0)
'40 = DuWM RGB Support [Adds RGB and its other variant support to DuWM] (default : 0)
'41 = DuWM 16 Colors Support [Adds mix of RGB color support into ShiftOS] (default : 0)
+ '42 = KI US States [Adds United States States category into the Knowledge Input] (default : 0)
'
'Features bought hierarchy :
'
@@ -145,4 +146,5 @@
'>>Knowledge Input (KNOWLEDGE) (275 CP)
'>>>KI Animals (KI_ANIMALS) (300 CP)
'>>>KI Fruits (KI_FRUITS) (300 CP)
+ '>>>KI US States (KI_US) (300 CP)
End Class