Fucked up, NOW space is depowered.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2598 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
uhangi@gmail.com
2011-12-04 01:27:44 +00:00
parent ab779def53
commit 1136054925
2 changed files with 9 additions and 5 deletions
+3 -3
View File
@@ -33,9 +33,9 @@ NOTE: there are two lists of areas in the end of this file: centcom and station
var/eject = null
var/requires_power = 1
var/power_equip = 0
var/power_light = 0
var/power_environ = 0
var/power_equip = 1
var/power_light = 1
var/power_environ = 1
var/music = null
var/used_equip = 0
var/used_light = 0
+6 -2
View File
@@ -19,9 +19,13 @@
src.icon = 'alert.dmi'
src.layer = 10
// update_lights()
// update_lights()
if(name == "Space") // override defaults for space
requires_power = 0
requires_power = 1
sd_SetLuminosity(1)
power_light = 0
power_equip = 0
power_environ = 0
if(!requires_power)
power_light = 0//rastaf0