Files
Aurora.3/code/game/objects/structures/light_pole.dm

15 lines
350 B
Plaintext

/obj/structure/light_pole
name = "light pole"
desc = "A tall light source."
light_color = COLOR_ORANGE
icon = 'icons/effects/32x96.dmi'
icon_state = "rustlamp_l"
anchored = TRUE
density = TRUE
light_wedge = LIGHT_OMNI
light_color = LIGHT_COLOR_HALOGEN
light_range = 8
light_power = 8
/obj/structure/light_pole/r
icon_state = "rustlamp_r"