Skip to content

Commit

Permalink
[SVS] Add "Unlimited time limit" button
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Sep 25, 2024
1 parent c22315d commit 2982d12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SVS_CheatTools/CheatToolsWindowInit.SVS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@ private static void DrawGeneralCheats(CheatToolsWindow obj)
}
GUILayout.EndHorizontal();

if (GUILayout.Button("Unlimited time limit for current period"))
SV.GameChara.PlayerAI.charaData.charasGameParam.baseParameter.NowStamina = 100000;

GUILayout.BeginHorizontal();
{
Hooks.InterruptBlock = GUILayout.Toggle(Hooks.InterruptBlock, new GUIContent("Block interrupts", null, "Prevent NPCs from interrupting interactions of 2 other characters. This does not prevent NPCs from talking to idle characters."));
Expand Down

0 comments on commit 2982d12

Please sign in to comment.