diff --git a/code/modules/virus2/effect.dm b/code/modules/virus2/effect.dm index d7db2633ad..7a0d6abdec 100644 --- a/code/modules/virus2/effect.dm +++ b/code/modules/virus2/effect.dm @@ -88,6 +88,8 @@ if(prob(10)) spawn(50) if(O) + mob.say("I don't feel so good...") + sleep(50) O.droplimb(0,DROPLIMB_BLUNT) else if(prob(75))