From ee6a9293c4287ee253591894735430c23f93f5cb Mon Sep 17 00:00:00 2001 From: Miodec Date: Tue, 1 Jul 2025 19:13:19 +0200 Subject: [PATCH] fix(funbox): remove difficulty xp bonus from instant messaging funbox --- packages/funbox/src/list.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/funbox/src/list.ts b/packages/funbox/src/list.ts index bf5ede296..762052952 100644 --- a/packages/funbox/src/list.ts +++ b/packages/funbox/src/list.ts @@ -424,7 +424,7 @@ const list: Record = { instant_messaging: { description: "Who needs shift anyway?", canGetPb: false, - difficultyLevel: 1, + difficultyLevel: 0, properties: ["changesCapitalisation"], frontendFunctions: ["alterText"], name: "instant_messaging", @@ -432,7 +432,7 @@ const list: Record = { underscore_spaces: { description: "Underscores_are_better.", canGetPb: false, - difficultyLevel: 0, + difficultyLevel: 1, properties: ["ignoresLanguage", "ignoresLayout", "nospace"], frontendFunctions: ["alterText"], name: "underscore_spaces",