Minor update to plot text.

This commit is contained in:
2025-08-24 08:09:33 -05:00
parent 8e458da61e
commit f294bc8f7c
3 changed files with 3 additions and 3 deletions

View File

@@ -170,7 +170,7 @@ public sealed class GameState
Console.WriteLine("You are victorious in your first battle!");
Thread.Sleep(2000);
Console.WriteLine("\nAs you make your way deeper into the Uncoded One's fortress"
+ "\nmore enemies appear to block your way to defeat their master...");
+ "\nmore enemies appear, blocking your way forward to defeat their master...");
Console.WriteLine("\n\nPress Enter to continue...");
Console.ReadLine();
Skeleton skeleton1 = new Skeleton();