Space light.

This commit is contained in:
ESwordTheCat
2014-05-21 20:18:45 -08:00
parent 16a6edf3c5
commit 4536dd7309
3 changed files with 1 additions and 5 deletions

View File

@@ -206,11 +206,9 @@ turf/SetOpacity(new_opacity)
turf
var/lighting_lumcount = 0
var/lighting_changed = 0
var/accepts_lighting = 1
turf/space
lighting_lumcount = 4 //starlight
accepts_lighting = 0 // Don't apply overlays.
turf/proc/update_lumcount(amount)
lighting_lumcount += amount

View File

@@ -16,7 +16,7 @@
if(type == /area) // override defaults for space. TODO: make space areas of type /area/space rather than /area
requires_power = 1
always_unpowered = 1
lighting_use_dynamic = 1
lighting_use_dynamic = 0
power_light = 0
power_equip = 0
power_environ = 0

View File

@@ -148,7 +148,6 @@
thermal_conductivity = 0.05
heat_capacity = 0
layer = 2
accepts_lighting=0
/turf/simulated/shuttle/wall
name = "wall"
@@ -276,7 +275,6 @@
heat_capacity = 700000
lighting_lumcount = 4 //starlight
accepts_lighting=0 // Don't apply overlays
intact = 0