Skip to content

Commit 5c1df93

Browse files
committed
(v0.2.3(1)-beta) Clarity Fixes
So a friend of mine (Playtesting) was having difficult so i clarified more here to ensure a smooth gameplay and yeah yk
1 parent d616071 commit 5c1df93

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

devlog_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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:

src/apps/terminal.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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("");

src/data/Cmd.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)