Remove power requirement from Gamma shuttle

This commit is contained in:
Markolie
2014-12-18 13:50:50 +01:00
parent d639d87e98
commit 5df11b77c2
+2 -2
View File
@@ -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