One Invisible Issue
The "One Invisible Issue" event in Stellaris — flavor, choices, and how to trigger it with the event console command.
One Invisible Issue

Situation eventDLC: The Machine Age
A small percentage of our test subjects are suffering adverse reactions to augmentation. Their bodies are rejecting the implants, bringing life-threatening side-effects. The cause seems to be a genetic defect, previously unnoticed. According to preliminary calculations, this affects around 5% of our drone population. Having identified the issue, we can now screen our drones to prevent it, but we don't know what to do with the affected population.
The command below will trigger the "One Invisible Issue" event in Stellaris:
Player choices
When this event fires, you can choose between these 3 options:
- Cull the defective drones.
- Cyberization situation progress speed for 1 year: +20%
- Equip defective drones with limited implants.
- During cyberization, 5% of the population gain Trait Limited Cybernetic instead of Trait Cybernetic.
- Research alternative implants.
- Cyberization situation progress speed for 5 years: -50%
Firing conditions
Show raw conditions
situation_progress > 250
owner = {
any_owned_pop_group = {
has_trait = trait_hive_mind
NOT = { has_trait = trait_cybernetic }
}
}