From 5c1ac0cb829f03effaa821510bccfb121a1c120e Mon Sep 17 00:00:00 2001 From: Mark van Alphen Date: Mon, 1 Apr 2019 23:30:40 +0200 Subject: [PATCH] Add mapload to shuttle computer Initialize --- code/modules/shuttle/shuttle.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/shuttle/shuttle.dm b/code/modules/shuttle/shuttle.dm index 3d3ae7e1c84..06e0c2336f0 100644 --- a/code/modules/shuttle/shuttle.dm +++ b/code/modules/shuttle/shuttle.dm @@ -714,7 +714,7 @@ possible_destinations = C.possible_destinations shuttleId = C.shuttleId -/obj/machinery/computer/shuttle/Initialize() +/obj/machinery/computer/shuttle/Initialize(mapload) . = ..() connect()