Doesn't have one. If you really want it, you can edit heli_entity-_- in prototypes/entities/heli_entity.lua and add this:
light =
{
{
type = "oriented",
minimum_darkness = 0.3,
picture =
{
filename = "core/graphics/light-cone.png",
priority = "extra-high",
flags = { "light" },
scale = 2,
width = 200,
height = 200
},
shift = {-0.6, -14},
size = 2,
intensity = 0.6,
color = {r = 0.92, g = 0.77, b = 0.3}
},
},
maybe some tweaks here and there so it looks nice.
Personally I'm not sure if it fits the theme of the mod. Maybe i'll add it as a toggle key.