Skip to content

Commit

Permalink
Remove unnecessary koi point assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco authored Nov 30, 2021
1 parent 60db11e commit 0e64dd7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions KKS_CheatTools/CheatToolsWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -613,10 +613,7 @@ private static void DrawPlayerCheats(CheatToolsWindow cheatToolsWindow)
GUILayout.EndHorizontal();

if (GUILayout.Button("Add 100 Koikatsu points"))
{
Game.saveData.totalKoikatsuPoint += 100;
Game.saveData.player.koikatsuPoint += 100;
}

if (GUILayout.Button("Stop shame reactions in bathrooms"))
{
Expand Down

0 comments on commit 0e64dd7

Please sign in to comment.