From 6a8f016abcd30129eb2db5ca51f79298006c2798 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Sat, 14 Jun 2014 15:55:05 -0400 Subject: [PATCH] Runtime fix --- code/modules/virus2/effect.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)