From bf4afa0c3ad8c1ffd98a0803b7e96769217cd320 Mon Sep 17 00:00:00 2001 From: Deacon Hunter <100684231+DELUXEHUNTER@users.noreply.github.com> Date: Mon, 12 Feb 2024 16:55:17 -0500 Subject: [PATCH] Code Fixe --- Neoa/Player.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Neoa/Player.cs b/Neoa/Player.cs index d0b413e..88e93b6 100644 --- a/Neoa/Player.cs +++ b/Neoa/Player.cs @@ -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; } }