Skip to content

Commit ee6a929

Browse files
committed
fix(funbox): remove difficulty xp bonus from instant messaging funbox
1 parent ce737e3 commit ee6a929

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/funbox/src/list.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,15 +424,15 @@ const list: Record<FunboxName, FunboxMetadata> = {
424424
instant_messaging: {
425425
description: "Who needs shift anyway?",
426426
canGetPb: false,
427-
difficultyLevel: 1,
427+
difficultyLevel: 0,
428428
properties: ["changesCapitalisation"],
429429
frontendFunctions: ["alterText"],
430430
name: "instant_messaging",
431431
},
432432
underscore_spaces: {
433433
description: "Underscores_are_better.",
434434
canGetPb: false,
435-
difficultyLevel: 0,
435+
difficultyLevel: 1,
436436
properties: ["ignoresLanguage", "ignoresLayout", "nospace"],
437437
frontendFunctions: ["alterText"],
438438
name: "underscore_spaces",

0 commit comments

Comments
 (0)