Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit dd95679

Browse files
committed
fixed walker and frost logins more
deleted the walker commandline startup message, and re-worded the message for frost
1 parent 3004864 commit dd95679

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

VAIIYA terminal.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ def walker_login():
430430
userpassword = text = input_dialog(
431431
title='Walker password input',
432432
text='walker password:',
433-
password=True
433+
password=True,
434434
).run()
435435
#encodes the given password for compare
436436
userpassword = userpassword.encode('utf-8')
@@ -443,9 +443,6 @@ def walker_login():
443443

444444

445445
def walker_entered():
446-
print("welcome walker! here currently there is nothing, i have no idea what to put here for you guys.")
447-
print("but id assume you are familiar with github so if you have an idea i would more than glad take a look and try to implement it! ")
448-
449446

450447
print("|")
451448
print("|")
@@ -475,7 +472,7 @@ def frostbyte_login():
475472
userpassword = input_dialog(
476473
title='frostbyte password input',
477474
text='frostbyte password:',
478-
,
475+
password=True,
479476
).run()
480477

481478
userpassword = userpassword.encode('utf-8')
@@ -498,7 +495,7 @@ def frostbyte_entered():
498495

499496
message_dialog(
500497
title='VAIIYA Warning systems',
501-
text='VAIIYA employee T342 has marked you as "requires careful observation and mental medical attention." so the VAIIYA system observation drones will now observe you.').run()
498+
text='VAIIYA employee T342 has marked you as "requires careful observation and mental medical attention." thankyou for your cooperation.').run()
502499

503500
message_dialog(
504501
title='VAIIYA Warning systems',

0 commit comments

Comments
 (0)