mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-27 10:32:08 +00:00
15 lines
350 B
Plaintext
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" |