Not all units emit dynamic lights when firing.
Some units like GLA Technical and USA Humvee do, but other units like GLA Quad and China Gattling Tank do not. It is unclear why that would need to be different.
Performance is a consideration, but the game already limits dynamic lights on terrain via #define MAX_ENABLED_DYNAMIC_LIGHTS 20

Not all units emit dynamic lights when firing.
Some units like GLA Technical and USA Humvee do, but other units like GLA Quad and China Gattling Tank do not. It is unclear why that would need to be different.
Performance is a consideration, but the game already limits dynamic lights on terrain via
#define MAX_ENABLED_DYNAMIC_LIGHTS 20