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

This commit is contained in:
Tad Hardesty
2018-08-27 03:04:48 -07:00
committed by yogstation13-bot
parent f272ae8192
commit 4c846aa4aa
12 changed files with 33 additions and 35 deletions

View File

@@ -567,7 +567,7 @@ SUBSYSTEM_DEF(job)
SendToAtom(M, pick(latejoin_trackers), buckle)
else
//bad mojo
var/area/shuttle/arrival/A = locate() in GLOB.sortedAreas
var/area/shuttle/arrival/A = GLOB.areas_by_type[/area/shuttle/arrival]
if(A)
//first check if we can find a chair
var/obj/structure/chair/C = locate() in A