From 758cd0ea78d85fcab14e3c218e1d46cf4a016f20 Mon Sep 17 00:00:00 2001 From: ThatZeoMan <67521686+ThatZeoMan@users.noreply.github.com> Date: Sun, 14 Jan 2024 10:49:38 -0600 Subject: [PATCH] Wizard's Waltz Text Update --- Assets/Scripts/Games/WizardsWaltz/WizardsWaltz.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Games/WizardsWaltz/WizardsWaltz.cs b/Assets/Scripts/Games/WizardsWaltz/WizardsWaltz.cs index 25c5d4309..66919c7c0 100644 --- a/Assets/Scripts/Games/WizardsWaltz/WizardsWaltz.cs +++ b/Assets/Scripts/Games/WizardsWaltz/WizardsWaltz.cs @@ -23,7 +23,7 @@ namespace HeavenStudio.Games.Loaders resizable = true, parameters = new List() { - new Param("auto", true, "Auto Pass Turn") + new Param("auto", true, "Auto Pass Turn", "Toggle if the turn should be passed automatically at the end of the start interval.") }, preFunctionLength = 1 },