From 28987d7a0ac4530272006d0945113e355431ac76 Mon Sep 17 00:00:00 2001 From: atermonera Date: Sat, 12 Feb 2022 15:27:39 -0800 Subject: [PATCH] You require more lint --- 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 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)