diff --git a/code/datums/mutations.dm b/code/datums/mutations.dm
index b517e417d93..348a443bc8b 100644
--- a/code/datums/mutations.dm
+++ b/code/datums/mutations.dm
@@ -214,10 +214,12 @@
text_gain_indication = "You get a headache."
/datum/mutation/human/epilepsy/on_life(mob/living/carbon/human/owner)
- if ((prob(1) && owner.paralysis < 1))
+ if((prob(1) && owner.paralysis < 1))
owner.visible_message("[owner] starts having a seizure!", "You have a seizure!")
owner.Paralyse(10)
owner.Jitter(1000)
+ spawn(90)
+ owner.jitteriness = 10
/datum/mutation/human/bad_dna