Skip to content

Commit

Permalink
Code Fixe
Browse files Browse the repository at this point in the history
  • Loading branch information
DELUXEHUNTER authored Feb 12, 2024
1 parent 9c14208 commit bf4afa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Neoa/Player.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

}
}
Expand Down

0 comments on commit bf4afa0

Please sign in to comment.