diff --git a/Assets/Scripts/Minigames.cs b/Assets/Scripts/Minigames.cs index 7f5d2ad05..7fea0bc5b 100644 --- a/Assets/Scripts/Minigames.cs +++ b/Assets/Scripts/Minigames.cs @@ -417,7 +417,7 @@ namespace HeavenStudio new Minigame("fireworks", "Fireworks \n[WIP don't use]", "000000", false, false, new List() { }), - new Minigame("fanClub", "Fan Club \n[WIP don't use]", "FDFD00", false, false, new List() + new Minigame("fanClub", "Fan Club \n[WIP]", "FDFD00", false, false, new List() { // TODO: proper names new GameAction("bop", delegate { FanClub.instance.Bop(eventCaller.currentEntity.beat, eventCaller.currentEntity.length); }, 0.5f, true),