diff --git a/code/modules/antagonists/voidwalker/voidwalker.dm b/code/modules/antagonists/voidwalker/voidwalker.dm index 6ba5ee4490d..6222dc0c35f 100644 --- a/code/modules/antagonists/voidwalker/voidwalker.dm +++ b/code/modules/antagonists/voidwalker/voidwalker.dm @@ -50,9 +50,10 @@ "They must see what you have seen. They must walk where you have walked. Bring them to the void and show them the truth. The dead cannot know what you know.", "Recover what you have lost. Bring your children into the inky black and return them to your flock.", ) - if(prob(20)) - explanation_text += "Man I fucking love glass." explanation_text = pick(explanation_texts) + + if(prob(5)) + explanation_text = "Man I fucking love glass." ..() /datum/objective/voidwalker_objective/check_completion()