diff --git a/Assets/Scripts/Minigames.cs b/Assets/Scripts/Minigames.cs index e719f22f..c6fe4bf1 100644 --- a/Assets/Scripts/Minigames.cs +++ b/Assets/Scripts/Minigames.cs @@ -185,7 +185,7 @@ namespace RhythmHeavenMania new Param("swing", new EntityTypes.Float(0, 1), "Swing") }), }), - new Minigame("djSchool", "DJ School \n[Non-Playable]", "008c97", false, false, new List() + new Minigame("djSchool", "DJ School", "008c97", false, false, new List() { new GameAction("bop", delegate { DJSchool.instance.Bop(eventCaller.currentEntity.beat, eventCaller.currentEntity.length); }, 0.5f, true), new GameAction("and stop ooh", delegate { DJSchool.instance.AndStop(eventCaller.currentEntity.beat); }, 2.5f),