mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Give multiple copies of shuttles their own area instances (#39890)
This commit is contained in:
committed by
yogstation13-bot
parent
f272ae8192
commit
4c846aa4aa
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user