Merge pull request #2944 from Citadel-Station-13/upstream-merge-31008
[MIRROR] fixes shuttles creating duplicate areas
This commit is contained in:
@@ -534,7 +534,7 @@
|
||||
var/list/new_turfs = return_ordered_turfs(new_dock.x, new_dock.y, new_dock.z, new_dock.dir)
|
||||
/**************************************************************************************************************/
|
||||
|
||||
var/area/underlying_old_area = locate("[underlying_area_type]")
|
||||
var/area/underlying_old_area = locate(underlying_area_type) in GLOB.sortedAreas
|
||||
if(!underlying_old_area)
|
||||
underlying_old_area = new underlying_area_type(null)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user