Merge pull request #5327 from Cameron653/patch-2

Changes "Setup Character" to "Character Setup"
This commit is contained in:
Anewbe
2018-06-04 15:07:49 -05:00
committed by VirgoBot
parent b0f21a938b
commit d755dfd2b8
+1 -1
View File
@@ -28,7 +28,7 @@
/mob/new_player/proc/new_player_panel_proc()
var/output = "<div align='center'>"
output +="<hr>"
output += "<p><a href='byond://?src=\ref[src];show_preferences=1'>Setup Character</A></p>"
output += "<p><a href='byond://?src=\ref[src];show_preferences=1'>Character Setup</A></p>"
if(!ticker || ticker.current_state <= GAME_STATE_PREGAME)
if(ready)