Add travel function with description and properties

This commit is contained in:
Emma 2026-01-09 13:33:32 +00:00 committed by GitHub
parent 69cc227c87
commit e12936eed2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,