Skip to content

Commit

Permalink
V.0.0.0 || Zombie replaced by revenant
Browse files Browse the repository at this point in the history
  • Loading branch information
DELUXEHUNTER authored Feb 14, 2024
1 parent d43a7c3 commit e0f6925
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 @@ -133,7 +133,7 @@ public static void TitleScreen()
{
DisplayLine(ConsoleColor.Red, "The Mystical Voice", $"And now in more detail... Your subspecies, {Player.Name}.");
if (Player.Species == "Undead")
Console.WriteLine("{Possible answers: Vampire, Zombie, Revenant.}");
Console.WriteLine("{Possible answers: Vampire, Revenant.}");
else if (Player.Species == "Demonic")
Console.WriteLine("{Possible answers: Demon.}");

Expand Down

0 comments on commit e0f6925

Please sign in to comment.