mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-13 19:04:06 +08:00
Add travel function with description and properties
This commit is contained in:
parent
69cc227c87
commit
e12936eed2
1 changed files with 8 additions and 0 deletions
|
|
@ -476,6 +476,14 @@ const list: Record<FunboxName, FunboxMetadata> = {
|
|||
frontendFunctions: ["alterText"],
|
||||
name: "rot13",
|
||||
},
|
||||
travel: {
|
||||
description: "Side to Side! wheeeeeee!",
|
||||
canGetPb: false,
|
||||
difficultyLevel: 2,
|
||||
properties: [],
|
||||
frontendFunctions: ["travelScript"],
|
||||
name: "TRAVEL!",
|
||||
},
|
||||
no_quit: {
|
||||
description: "You can't restart the test.",
|
||||
canGetPb: true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue