From 433c991653b415296b103f2e0e4b9bc9191a7d49 Mon Sep 17 00:00:00 2001 From: Deacon Hunter <100684231+DELUXEHUNTER@users.noreply.github.com> Date: Wed, 14 Feb 2024 10:59:19 -0500 Subject: [PATCH] V.0.0.0 || Code Fix --- Neoa/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Neoa/Program.cs b/Neoa/Program.cs index a47a659..d2fba42 100644 --- a/Neoa/Program.cs +++ b/Neoa/Program.cs @@ -267,7 +267,7 @@ public static void Prologue() DisplayLine(ConsoleColor.White,"narrator","looking around the room you inspect it closer noticing a misplaced dresser with its drawer partially open"); DisplayLine(ConsoleColor.White,"narrator","you have multiple options... you could sleep or you could inspect the dresser and fix it?"); - Console.WriteLine("{Possible Choices: (S)leep, (I)nspect}") + Console.WriteLine("{Possible Choices: (S)leep, (I)nspect}"); Console.WriteLine();