diff --git a/src/minigames.json b/src/minigames.json index ac7b772..bde8b0f 100644 --- a/src/minigames.json +++ b/src/minigames.json @@ -12,5 +12,12 @@ "winStatChanges": [10, 0.5, 0], "loseStatChanges": [-20, -0.5, 0], "prompt": "Jump over all the squirrels!" + }, + "ToiletPaperCatch": + { + "build": "toilet_paper_catch", + "winStatChanges": [10, 0, 10], + "loseStatChanges": [-10, -0, -10], + "prompt": "Use the arrow keys to catch toilet paper!" } } \ No newline at end of file