Skip to content

Commit

Permalink
no ghosties (unless you leave, i guess)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tk420634 committed Jul 10, 2024
1 parent 849e1d4 commit 40a0932
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/mob/dead/new_player/new_player.dm
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
output += "<p><a href='byond://?src=[REF(src)];fit_viewport_lobby=1)'>(Fit Viewport)</a></p>"
else
output += "<p><a href='byond://?src=[REF(src)];directory=1'>View Character Directory</a></p>"
output += "<p><a href='byond://?src=[REF(src)];late_join=1'>Join Game!</a></p>"
output += "<p>[LINKIFY_READY("Observe", PLAYER_READY_TO_OBSERVE)]</p>"
output += "<p><a href='byond://?src=[REF(src)];late_join=1'>Come on down!</a></p>"
//output += "<p>[LINKIFY_READY("Observe", PLAYER_READY_TO_OBSERVE)]</p>"
output += "<p><a href='byond://?src=[REF(src)];refresh_chat=1)'>(Fix Chat Window)</a></p>"
output += "<p><a href='byond://?src=[REF(src)];fit_viewport_lobby=1)'>(Fit Viewport)</a></p>"

Expand Down

0 comments on commit 40a0932

Please sign in to comment.