Skip to content

Commit

Permalink
Ladno
Browse files Browse the repository at this point in the history
  • Loading branch information
AyIong committed Dec 30, 2024
1 parent f6decff commit 62d83bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,12 @@ ADMIN_VERB(change_title_screen_css, R_DEBUG, "Title Screen: Set CSS", ADMIN_VERB
/**
* Reloads the titlescreen if it is bugged for someone.
*/
/client/verb/fix_title_screen(message = TRUE)
/client/verb/fix_title_screen()
set name = "Fix Lobby Screen"
set desc = "Lobbyscreen broke? Press this."
set category = "Special"

if(!isnewplayer(src.mob))
if(message)
to_chat(src, span_warning("Вы должны быть в лобби дабы использовать это!"))
return

SStitle.show_title_screen_to(src)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
return GLOB.available_lobby_styles[1]

/datum/preference/choiced/lobby_style/apply_to_client(client/client, value)
client.fix_title_screen(message = FALSE)
client.fix_title_screen()

0 comments on commit 62d83bd

Please sign in to comment.