From 2b72ff2c16193953760bd98e29ab9f92da723e09 Mon Sep 17 00:00:00 2001 From: Razgriz Date: Sun, 19 Apr 2020 21:42:02 -0700 Subject: [PATCH] Update maps.dm --- maps/~map_system/maps.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maps/~map_system/maps.dm b/maps/~map_system/maps.dm index a392505b45..ebcb1b6286 100644 --- a/maps/~map_system/maps.dm +++ b/maps/~map_system/maps.dm @@ -95,8 +95,8 @@ var/list/all_maps = list() // VOREStation Edit End //CHOMPStation Edit Start TFF 24/12/19 - Chompers welcome screen message - var/lobby_icon = 'icons/misc/title_ch.dmi' // The icon which contains the lobby image(s) - var/list/lobby_screens = list("mockingjay00") // The list of lobby screen to pick() from. If left unset the first icon state is always selected. + var/lobby_icon = 'icons/misc/CHOMPSTATION.gif' // The icon which contains the lobby image(s) + var/list/lobby_screens = list() // The list of lobby screen to pick() from. If left unset the first icon state is always selected. //CHOMPStation Edit End var/default_law_type = /datum/ai_laws/nanotrasen // The default lawset use by synth units, if not overriden by their laws var.