mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-10 06:01:28 +08:00
fix(funbox): remove difficulty xp bonus from instant messaging funbox
This commit is contained in:
parent
ce737e35b3
commit
ee6a9293c4
1 changed files with 2 additions and 2 deletions
|
|
@ -424,7 +424,7 @@ const list: Record<FunboxName, FunboxMetadata> = {
|
|||
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<FunboxName, FunboxMetadata> = {
|
|||
underscore_spaces: {
|
||||
description: "Underscores_are_better.",
|
||||
canGetPb: false,
|
||||
difficultyLevel: 0,
|
||||
difficultyLevel: 1,
|
||||
properties: ["ignoresLanguage", "ignoresLayout", "nospace"],
|
||||
frontendFunctions: ["alterText"],
|
||||
name: "underscore_spaces",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue