diff --git a/code/modules/chemical/Chemistry-Reagents.dm b/code/modules/chemical/Chemistry-Reagents.dm index dbe506380c2..954a9585731 100644 --- a/code/modules/chemical/Chemistry-Reagents.dm +++ b/code/modules/chemical/Chemistry-Reagents.dm @@ -881,6 +881,7 @@ datum data++ M.mutations = 0 M.disabilities = 0 + M.jitteriness = 0 if(volume > REAGENTS_OVERDOSE) M:adjustToxLoss(1) // switch(data)