Skip to content

Commit

Permalink
green checkmark noooo
Browse files Browse the repository at this point in the history
  • Loading branch information
Govorunb committed May 18, 2024
1 parent bb33c4d commit 578fff5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SCHIZO/Tweaks/DevBinds.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ public void Update()

if (Input.GetKeyDown(KeyCode.G))
DevConsole.SendConsoleCommand("ghost");
#if BELOWZERO
if (Input.GetKey(KeyCode.RightShift) && Input.GetKeyDown(KeyCode.P))
GameModeManager.SetOption(GameOption.TechnologyRequiresPower, !GameModeManager.GetOption<bool>(GameOption.TechnologyRequiresPower));
#endif
}
}

0 comments on commit 578fff5

Please sign in to comment.