diff --git a/code/modules/shuttle/shuttle.dm b/code/modules/shuttle/shuttle.dm index 790586f9c9a..c3f024c5c0c 100644 --- a/code/modules/shuttle/shuttle.dm +++ b/code/modules/shuttle/shuttle.dm @@ -170,7 +170,7 @@ SSshuttle.mobile += src var/area/A = get_area(src) - if(istype(A, area/shuttle)) + if(istype(A, /area/shuttle)) areaInstance = A if(!id) diff --git a/code/world.dm b/code/world.dm index de98ae35678..1e782468ce5 100644 --- a/code/world.dm +++ b/code/world.dm @@ -65,7 +65,6 @@ master_controller.setup() process_teleport_locs() //Sets up the wizard teleport locations - process_ghost_teleport_locs() //Sets up ghost teleport locations. SortAreas() //Build the list of all existing areas and sort it alphabetically #ifdef MAP_NAME