Update maps.dm

This commit is contained in:
Razgriz
2020-04-19 21:42:02 -07:00
committed by GitHub
parent afa38f4414
commit 2b72ff2c16
+2 -2
View File
@@ -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.