Merge pull request #3831 from VOREStation/upstream-merge-5327

[MIRROR] Changes "Setup Character" to "Character Setup"
This commit is contained in:
Aronai Sieyes
2018-06-04 17:27:47 -04:00
committed by GitHub
+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)