@@ -126,13 +126,14 @@ ZENITHA.addConsoleCommand('regurl',{
126
126
[HKEY_CLASSES_ROOT\techmino\shell\open],
127
127
[HKEY_CLASSES_ROOT\techmino\shell\open\command],
128
128
@="\"EXEPATH\" %1",
129
- ]=]
130
- regCode = regCode :gsub (' EXEPATH' ,path )
129
+ ]=] :gsub (' EXEPATH' ,path )
131
130
love .filesystem .write (' RegisterURL.reg' ,regCode )
132
- love .system .openURL (love .filesystem .getSaveDirectory ())
131
+ _CL {COLOR .G ," .reg script generated, check it carefully then run it" }
132
+ _CL (" Check the file with command 'explorer'." )
133
133
elseif bool == " off" then
134
134
love .filesystem .write (' UnregisterURL.reg' ,[=[ Windows Registry Editor Version 5.00\n[-HKEY_CLASSES_ROOT\techmino]]=] )
135
- love .system .openURL (love .filesystem .getSaveDirectory ())
135
+ _CL {COLOR .G ," .reg script generated, check it carefully then run it" }
136
+ _CL (" Check the file with command 'explorer'." )
136
137
end
137
138
else
138
139
_CL {COLOR .lR ," Only" ,COLOR .lS ," available" ,COLOR .lY ," on" ,COLOR .lG ," Windows" }
@@ -152,17 +153,17 @@ ZENITHA.addConsoleCommand('supernova',{
152
153
if not PROGRESS .getStyleUnlock (' acry' ) then
153
154
PROGRESS .setStyleUnlock (' acry' )
154
155
PROGRESS .setExteriorUnlock (' action' )
155
- _CL (" Extraordinary!" )
156
156
end
157
+ _CL (" Extraordinary!" )
157
158
end ,
158
159
},true )
159
160
ZENITHA .addConsoleCommand (' chain' ,{
160
161
code = function ()
161
162
if not PROGRESS .getStyleUnlock (' gela' ) then
162
163
PROGRESS .setStyleUnlock (' gela' )
163
164
PROGRESS .setExteriorUnlock (' chain' )
164
- _CL (" Ice storm!" )
165
165
end
166
+ _CL (" Fever!" )
166
167
end ,
167
168
},true )
168
169
0 commit comments