should do this instead
This commit is contained in:
@@ -242,11 +242,10 @@
|
||||
return "<div class='panel clockborder'>[parts.Join("<br>")]</div>"
|
||||
|
||||
//I have no idea where to put this so I'm leaving it here. Loads reebe. Only one reebe can exist, so it's checked via a global var.
|
||||
/proc/load_reebe(list/errorList)
|
||||
/proc/load_reebe()
|
||||
if(GLOB.reebe_loaded)
|
||||
return
|
||||
if(!errorList)
|
||||
errorList = list()
|
||||
var/list/errorList = list()
|
||||
var/list/reebes = SSmapping.LoadGroup(errorList, "Reebe", "map_files/generic", "City_of_Cogs.dmm", default_traits = ZTRAITS_REEBE, silent = TRUE)
|
||||
if(errorList.len) // reebe failed to load
|
||||
message_admins("Reebe failed to load!")
|
||||
|
||||
Reference in New Issue
Block a user