From 0785c1210e61bda8f96387b6a7dc80b971a0268c Mon Sep 17 00:00:00 2001 From: Mark Suckerberg Date: Wed, 20 Nov 2024 02:24:17 -0600 Subject: [PATCH] take a long walk off a short pier --- code/modules/overmap/ships/controlled_ship_datum.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/overmap/ships/controlled_ship_datum.dm b/code/modules/overmap/ships/controlled_ship_datum.dm index 766cad41c699d..d04f52050b457 100644 --- a/code/modules/overmap/ships/controlled_ship_datum.dm +++ b/code/modules/overmap/ships/controlled_ship_datum.dm @@ -18,7 +18,7 @@ ///The docking port of the linked shuttle. To add a port after creating a controlled ship datum, use [/datum/overmap/ship/controlled/proc/connect_new_shuttle_port]. VAR_FINAL/obj/docking_port/mobile/shuttle_port - ///The map template the shuttle was spawned from, if it was indeed created from a template. + ///The map template the shuttle was spawned from, if it was indeed created from a template. var/datum/map_template/shuttle/source_template ///Whether objects on the ship require an ID with ship access granted var/unique_ship_access = FALSE