From 9eedd968dd975b0656e1b74a1265c517a9fa172a Mon Sep 17 00:00:00 2001 From: cib Date: Sat, 5 May 2012 03:02:19 -0700 Subject: [PATCH] Ryetalyn now actually is effective against jitteryness. --- code/modules/chemical/Chemistry-Reagents.dm | 1 + 1 file changed, 1 insertion(+) 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)