diff --git a/code/modules/mob/new_player/login.dm b/code/modules/mob/new_player/login.dm index 19c79b0658..57a9574f11 100644 --- a/code/modules/mob/new_player/login.dm +++ b/code/modules/mob/new_player/login.dm @@ -6,6 +6,8 @@ var/obj/effect/lobby_image = new /obj/effect/lobby_image name = "Polaris" desc = "How are you reading this?" screen_loc = "1,1" + icon = 'icons/misc/loading.dmi' //VOREStation Add - Loading Screen + icon_state = "loading" //VOREStation Add - Loading Screen /obj/effect/lobby_image/Initialize() icon = using_map.lobby_icon diff --git a/icons/misc/loading.dmi b/icons/misc/loading.dmi new file mode 100644 index 0000000000..7a66866e5c Binary files /dev/null and b/icons/misc/loading.dmi differ