From 5df11b77c2bbb8a0f1961becbc23a880e911b62c Mon Sep 17 00:00:00 2001 From: Markolie Date: Thu, 18 Dec 2014 13:50:50 +0100 Subject: [PATCH] Remove power requirement from Gamma shuttle --- code/game/area/Space Station 13 areas.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/area/Space Station 13 areas.dm b/code/game/area/Space Station 13 areas.dm index 497f2c7a794..f6cddf3178d 100644 --- a/code/game/area/Space Station 13 areas.dm +++ b/code/game/area/Space Station 13 areas.dm @@ -238,14 +238,14 @@ var/list/ghostteleportlocs = list() /area/shuttle/gamma/space icon_state = "shuttle" name = "\improper Gamma Shuttle Space" - requires_power = 1 + requires_power = 0 luminosity = 0 lighting_use_dynamic = 1 /area/shuttle/gamma/station icon_state = "shuttle" name = "\improper Gamma Shuttle Station" - requires_power = 1 + requires_power = 0 luminosity = 0 lighting_use_dynamic = 1