Changed from "Initialization Only" to "WIP"

This commit is contained in:
Bhaos 2023-01-25 06:01:07 -06:00
parent 2dec194368
commit 6906bcabb5

View file

@ -10,7 +10,7 @@ namespace HeavenStudio.Games.Loaders
{
public static Minigame AddGame(EventCaller eventCaller)
{
return new Minigame("kitties", "Kitties! \n<color=#eb5454>[INITIALIZATION ONLY]</color>", "0058CE", false, false, new List<GameAction>()
return new Minigame("kitties", "Kitties! \n<color=#eb5454>[WIP]</color>", "0058CE", false, false, new List<GameAction>()
{
new GameAction("clap", "Cat Clap")
{