mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-29 16:19:36 +01:00
Update maps.dm
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user