diff --git a/frontend/src/ts/test/funbox/funbox-list.ts b/frontend/src/ts/test/funbox/funbox-list.ts index 77b2a34df..b3d89dbf7 100644 --- a/frontend/src/ts/test/funbox/funbox-list.ts +++ b/frontend/src/ts/test/funbox/funbox-list.ts @@ -161,7 +161,7 @@ const list: MonkeyTypes.FunboxMetadata[] = [ { name: "poetry", info: "Practice typing some beautiful prose.", - properties: ["noInfiniteDuration"], + properties: ["noInfiniteDuration", "ignoresLanguage"], forcedConfig: { punctuation: [false], numbers: [false], @@ -170,7 +170,7 @@ const list: MonkeyTypes.FunboxMetadata[] = [ { name: "wikipedia", info: "Practice typing wikipedia sections.", - properties: ["noInfiniteDuration"], + properties: ["noInfiniteDuration", "ignoresLanguage"], forcedConfig: { punctuation: [false], numbers: [false], @@ -179,11 +179,12 @@ const list: MonkeyTypes.FunboxMetadata[] = [ { name: "weakspot", info: "Focus on slow and mistyped letters.", + properties: ["changesWordsFrequency"], }, { name: "pseudolang", info: "Nonsense words that look like the current language.", - properties: ["unspeakable"], + properties: ["unspeakable", "ignoresLanguage"], }, { name: "IPv4",