Give multiple copies of shuttles their own area instances (#39890)

This commit is contained in:
Tad Hardesty
2018-08-27 06:04:48 -04:00
committed by Emmett Gaines
parent 72376a6247
commit aff11eaaa8
12 changed files with 33 additions and 35 deletions
+1 -1
View File
@@ -177,7 +177,7 @@
/obj/machinery/computer/holodeck/proc/generate_program_list()
for(var/typekey in subtypesof(program_type))
var/area/holodeck/A = locate(typekey) in GLOB.sortedAreas
var/area/holodeck/A = GLOB.areas_by_type[typekey]
if(!A || !A.contents.len)
continue
var/list/info_this = list()