From 782ae235e9b7aa5c8b24c361ad5d118b95bc7f63 Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 24 Nov 2015 20:19:38 +0000 Subject: [PATCH] Changes the lobby screen's image name from "Baystation12" to "Polaris". --- code/modules/mob/new_player/login.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/new_player/login.dm b/code/modules/mob/new_player/login.dm index da27c1102f7..3cd11f57e25 100644 --- a/code/modules/mob/new_player/login.dm +++ b/code/modules/mob/new_player/login.dm @@ -1,5 +1,5 @@ -/var/atom/movable/lobby_image = new /atom/movable{icon = 'icons/misc/title.dmi'; icon_state = "title"; screen_loc = "1,1"; name = "Baystation12"} +/var/atom/movable/lobby_image = new /atom/movable{icon = 'icons/misc/title.dmi'; icon_state = "title"; screen_loc = "1,1"; name = "Polaris"} /mob/new_player var/client/my_client // Need to keep track of this ourselves, since by the time Logout() is called the client has already been nulled