From 81e8f7b80bcad2661a7397e958889f4857dc675e Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Wed, 27 Oct 2021 21:23:43 -0400 Subject: [PATCH] Fix unreachable --- code/modules/overmap/ships/landable.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/overmap/ships/landable.dm b/code/modules/overmap/ships/landable.dm index ed3e29cd8c3..a76a39b60e6 100644 --- a/code/modules/overmap/ships/landable.dm +++ b/code/modules/overmap/ships/landable.dm @@ -203,7 +203,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)