From ec062b930706d6c8b43009d2cf8c50b96ecd81cf Mon Sep 17 00:00:00 2001 From: Carson Kompon Date: Thu, 3 Mar 2022 22:43:11 -0500 Subject: [PATCH] Shortened "plant flower" in Wizard's Waltz --- Assets/Scripts/Minigames.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Minigames.cs b/Assets/Scripts/Minigames.cs index 4eb16a839..1f9732047 100644 --- a/Assets/Scripts/Minigames.cs +++ b/Assets/Scripts/Minigames.cs @@ -371,7 +371,7 @@ namespace RhythmHeavenMania new Minigame("wizardsWaltz", "Wizard's Waltz \n(Mahou Tsukai)", "FFEF9C", false, false, new List() { new GameAction("start interval", delegate { WizardsWaltz.instance.SetIntervalStart(eventCaller.currentEntity.beat, eventCaller.currentEntity.length); }, 4f, true), - new GameAction("plant flower", delegate { WizardsWaltz.instance.SpawnFlower(eventCaller.currentEntity.beat); }, 0.5f, false), + new GameAction("plant", delegate { WizardsWaltz.instance.SpawnFlower(eventCaller.currentEntity.beat); }, 0.5f, false), }), /*new Minigame("spaceDance", "Space Dance", "B888F8", new List() {