From 5fa4164dc4d3dba4735b179de27b21d9e386de65 Mon Sep 17 00:00:00 2001 From: Jon Date: Sun, 6 Dec 2015 23:47:42 +0000 Subject: [PATCH] Snowflake cargo shuttles don't use the shuttle area. They've been updated to have space as a base turf. --- code/game/supplyshuttle.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/supplyshuttle.dm b/code/game/supplyshuttle.dm index 5825c32d48..e98d59528f 100644 --- a/code/game/supplyshuttle.dm +++ b/code/game/supplyshuttle.dm @@ -31,11 +31,13 @@ var/list/mechtoys = list( name = "Supply Shuttle" icon_state = "shuttle3" requires_power = 0 + base_turf = /turf/space /area/supply/dock name = "Supply Shuttle" icon_state = "shuttle3" requires_power = 0 + base_turf = /turf/space /obj/structure/plasticflaps //HOW DO YOU CALL THOSE THINGS ANYWAY name = "\improper plastic flaps"