Skip to content

Commit

Permalink
No Rush Timer: mention minutes (#3976)
Browse files Browse the repository at this point in the history
* No Rush Timer: mention minutes
* No Rush Timer: Description Formatting
  • Loading branch information
robertthepie authored Nov 28, 2024
1 parent ef328f4 commit 5d4a63e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions modoptions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,12 @@ local options = {

{
key = "norushtimer",
name = "No Rush Time",
desc = "Set timer in which players cannot get out of their startbox, so you have time to prepare before fighting. PLEASE NOTE: For this to work, the game needs to have set startboxes. It won't work in FFA mode without boxes. Also, it does not affect Scavengers and Raptors.",
name = "No Rush Time".."\255\128\128\128".." [minutes]",
desc = "Set timer in which players cannot get out of their startbox, so you have time to prepare before fighting.\n"..
"PLEASE NOTE: For this to work, the game needs to have set startboxes.\n"..
-- tabs don't do much in chobby
" It won't work in FFA mode without boxes.\n"..
" Also, it does not affect Scavengers and Raptors.",
type = "number",
section = "options_main",
def = 0,
Expand Down

0 comments on commit 5d4a63e

Please sign in to comment.