Skip to content

Commit

Permalink
V.0.0.0 || Code Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DELUXEHUNTER authored Feb 14, 2024
1 parent fe3bc51 commit f97cfe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Neoa/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public static void TitleScreen()

//Player Age
DisplayLine(ConsoleColor.Red,"The Mystical Voice",$"How long have you been alive {Player.Name}?");
Console.WriteLine("{Possible Answer: An age cannot be lower than 20, or higher than 45, its recommended you stay within 20-29.}")
Console.WriteLine("{Possible Answer: An age cannot be lower than 20, or higher than 45, its recommended you stay within 20-29.}");
Player.Age = Convert.ToInt32(Console.ReadLine());
while (Player.Age > 45 && Player.Age < 19)
{
Expand Down

0 comments on commit f97cfe7

Please sign in to comment.