diff --git a/code/modules/virus2/effect.dm b/code/modules/virus2/effect.dm index 0e6f2584c2d..ea1bcdef562 100644 --- a/code/modules/virus2/effect.dm +++ b/code/modules/virus2/effect.dm @@ -797,5 +797,5 @@ var/list/compatible_mobs = list(/mob/living/carbon/human, /mob/living/carbon/mon stage = 1 activate(var/mob/living/carbon/mob,var/multiplier) mob << " You feel optimistic!" - if (mob.reagents.get_reagent_amount("tricordazine") < 1) - mob.reagents.add_reagent("tricordazine", 1) + if (mob.reagents.get_reagent_amount("tricordrazine") < 1) + mob.reagents.add_reagent("tricordrazine", 1)