diff --git a/code/modules/overmap/ships/landable.dm b/code/modules/overmap/ships/landable.dm index 2cf32e5896..88a5a704fa 100644 --- a/code/modules/overmap/ships/landable.dm +++ b/code/modules/overmap/ships/landable.dm @@ -204,7 +204,6 @@ return "Docked with \the [location.name]. Use secondary thrust to get clear before activating primary engines." else return "Landed on \the [location.name]. Use secondary thrust to get clear before activating primary engines." - return "Docked with an unknown object." if(SHIP_STATUS_TRANSIT) return "Maneuvering under secondary thrust." if(SHIP_STATUS_OVERMAP)