File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
22---
33### Next Steps:
4- - ~~ A game sequence~~ (DESIGNED!)
54- Each App T-T (5/6)
6- - Hints and Actual Gameplay (DOINGGGGGGGG)
5+ - ~~ Actual Gameplay~~ (DONEEEEE)
6+ - Polishes n stuff
77---
88### Notes:
Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ function Terminal() {
245245 "You passed the `practical` test\n" +
246246 "You showed exceptional observation, persistence and problem solving abilities... \n\n" +
247247 "WELCOME TO HACKCLUB.\n" +
248- "Application status: ACCEPTED\n\n\n " ,
248+ "Application status: ACCEPTED\n\n" ,
249249 75 , 400 * 10 + 600 * 5 + 500 * 5 + 750 * 5 ,
250250 ( ) => {
251251 setPrompt ( DEFAULT_PROMPT ) ;
@@ -291,7 +291,7 @@ function Terminal() {
291291 }
292292
293293 else if ( cmd . startsWith ( "detach" ) ) {
294- if ( cmd === "detach 1" ) {
294+ if ( cmd === "detach 1" || cmd === "detach Rupnil's PC" ) {
295295 setHistory ( prev => [ ...prev , newEntry ] ) ;
296296 setPrompt ( "" ) ;
297297 setInput ( "" ) ;
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ export const SSH_COMMANDS = {
4646 "devices help" :
4747 "\nAvailable device commands:\n" +
4848 "--------------------------------------\n" +
49- " ping <device id> - ping the device\n" +
50- " info <device id> - get info of the device\n" +
49+ " ping <device id> - ping the device (locked) \n" +
50+ " info <device id> - get info of the device (locked) \n" +
5151 " detach <device id> - give up control" ,
5252
5353 "ssh root@hackclub" : "Permission denied.\nProtected by administrator\n" ,
You can’t perform that action at this time.
0 commit comments