diff --git a/Neoa/Encounters.cs b/Neoa/Encounters.cs index ab43eac..53d3303 100644 --- a/Neoa/Encounters.cs +++ b/Neoa/Encounters.cs @@ -1,4 +1,4 @@ -////The Encounter system will constantly need to be changed, there is no set way +/* The Encounter system will constantly need to be changed, there is no set way namespace Neoa { public class Encounters diff --git a/Neoa/Player.cs b/Neoa/Player.cs index b864791..1fae630 100644 --- a/Neoa/Player.cs +++ b/Neoa/Player.cs @@ -63,7 +63,7 @@ public static void SetupStats() Program.Player.Health = 125; Program.Player.Mana = 200; Program.Player.Damage = 10; - Program.Player.BloodDamage = 2; + Program.Player.Blooddamage = 2; if (Program.Player.Ancestor == "Tau-an") Program.Player.AncestralFavor = 5; else if (Program.Player.Ancestor != "Tau-an") @@ -92,7 +92,7 @@ public static void SetupStats() Program.Player.Mana = 76; Program.Player.Damage = 17; Program.Player.Armor = 5; - Program.Player.DivieFavor = -35; + Program.Player.DivineFavor = -35; Program.PLayer.AncestralFavor = -50; Program.Player.Sanity = -300; Program.Player.Reputation = -60; @@ -110,7 +110,7 @@ public static void SetupStats() Program.Player.DivineFavor = -30; Program.Player.AncestralFavor = -200; Program.Player.Sanity = 450; - Program.Player.Reputation - 100; + Program.Player.Reputation -100; } } diff --git a/Neoa/Program.cs b/Neoa/Program.cs index 447e9aa..bd78b9e 100644 --- a/Neoa/Program.cs +++ b/Neoa/Program.cs @@ -75,7 +75,7 @@ public static void TitleScreen() Console.WriteLine(); // Ask player's gender - DisplayLine(Console.Color.Read, "The Mystical Voice", $"What is your gender, {Player.Name}?:"); + DisplayLine(ConsoleColor.Red, "The Mystical Voice", $"What is your gender, {Player.Name}?:"); Console.WriteLine("{Possible answers: Male, Female}"); Console.WriteLine();