Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions packages/funbox/src/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,20 +207,20 @@ const list: Record<FunboxName, FunboxMetadata> = {
frontendFunctions: ["getWord"],
name: "specials",
},
plus_one: {
description: "Only one future word is visible.",
canGetPb: true,
difficultyLevel: 0,
properties: ["changesWordsVisibility", "toPush:2", "noInfiniteDuration"],
name: "plus_one",
},
plus_zero: {
description: "React quickly! Only the current word is visible.",
canGetPb: true,
difficultyLevel: 1,
properties: ["changesWordsVisibility", "toPush:1", "noInfiniteDuration"],
name: "plus_zero",
},
plus_one: {
description: "Only one future word is visible.",
canGetPb: true,
difficultyLevel: 0,
properties: ["changesWordsVisibility", "toPush:2", "noInfiniteDuration"],
name: "plus_one",
},
plus_two: {
description: "Only two future words are visible.",
canGetPb: true,
Expand Down
2 changes: 1 addition & 1 deletion packages/schemas/src/configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,8 @@ export const FunboxNameSchema = z.enum([
"gibberish",
"ascii",
"specials",
"plus_one",
"plus_zero",
"plus_one",
"plus_two",
"plus_three",
"read_ahead_easy",
Expand Down
Loading