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 15, 2024
1 parent 7b8a6c9 commit 3f72450
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 @@ -425,7 +425,7 @@ public static void Part1()
Console.WriteLine();
DisplayLine(ConsoleColor.Cyan,"Thomas","Thank you.");
}
if (Player.NeoanMark = 23)
if (Player.NeoanMark == 23)
{
DisplayLine(ConsoleColor.Green,"You","I have 23, is that good enough?");
Console.WriteLine();
Expand Down

0 comments on commit 3f72450

Please sign in to comment.