Merge pull request #10830 from mwerezak/lighting

Fixes #10465, escape pod lighting and raider spaceacillin
This commit is contained in:
Zuhayr
2015-08-26 05:50:37 +09:30
4 changed files with 19 additions and 14 deletions

View File

@@ -98,6 +98,7 @@ var/list/ghostteleportlocs = list()
icon_state = "space"
requires_power = 1
always_unpowered = 1
lighting_use_dynamic = 0
power_light = 0
power_equip = 0
power_environ = 0

View File

@@ -166,6 +166,10 @@
desc = "A small lighting fixture."
light_type = /obj/item/weapon/light/bulb
/obj/machinery/light/small/emergency
brightness_range = 6
brightness_power = 2
brightness_color = "#da0205"
/obj/machinery/light/spot
name = "spotlight"