Revert "Misc. Fixes and Tweaks (#377)" (#380)

This reverts commit f9906b50a5.
This commit is contained in:
minenice55
2023-04-01 22:28:23 -04:00
committed by GitHub
parent 1b4e7fa931
commit 381b69fac9
199 changed files with 48588 additions and 30432 deletions

View File

@ -12,7 +12,7 @@ namespace HeavenStudio.Games.Loaders
public static class RvlForkLoader
{
public static Minigame AddGame(EventCaller eventCaller) {
return new Minigame("forkLifter", "Fork to Eat", "f1f1f1", false, false, new List<GameAction>()
return new Minigame("forkLifter", "Fork Lifter", "f1f1f1", false, false, new List<GameAction>()
{
new GameAction("flick", "Flick Food")
{