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.