diff --git a/code/modules/virus2/effect.dm b/code/modules/virus2/effect.dm index 9aeea0dfd81..6a9fcd3ffad 100644 --- a/code/modules/virus2/effect.dm +++ b/code/modules/virus2/effect.dm @@ -962,12 +962,12 @@ var/list/compatible_mobs = list(/mob/living/carbon/human) mob << "You feel anxious." if(prob(15)) mob << "You feel butterflies in your stomach." - if(prob(10)) + if(prob(11)) mob.visible_message("[mob] stumbles around in a panic.", \ "You have a panic attack!") mob.confused += (rand(6,8)) mob.jitteriness += (rand(6,8)) - if(prob(5)) + if(prob(10)) mob.visible_message("[mob] coughs up butterflies!", \ "You cough up butterflies!") new /mob/living/simple_animal/butterfly(mob.loc) @@ -981,9 +981,9 @@ var/list/compatible_mobs = list(/mob/living/carbon/human) mob << "You feel itchy." if(prob(15)) mob << "You have the sudden urge for bacon.." - if(prob(10)) + if(prob(11)) mob.say(pick("WOOF!", "BARK!", "Bark.", "Woof?", "AUUUUUUUUUUUUU!!")) - if(prob(5)) + if(prob(10)) mob.visible_message("[mob] coughs up a dog!!", \ "You cough up a DOG!!!") //yes i KNOW foxes technically are not normal dogs...hush....