Merge pull request #173 from CIB/master

Fix stupid bug with trauma/cryo
This commit is contained in:
Albert Iordache
2011-12-29 13:12:49 -08:00
2 changed files with 1 additions and 3 deletions
+1 -2
View File
@@ -104,7 +104,6 @@
if(!M.virus2)
M.virus2 = new /datum/disease2/disease
M.virus2.makerandom()
M.virus2.infectionchance = 1
/proc/infect_mob_random_greater(var/mob/living/carbon/M)
if(!M.virus2)
@@ -154,7 +153,7 @@
holder.getrandomeffect_lesser()
effects += holder
uniqueID = rand(0,10000)
infectionchance = rand(1,10)
infectionchance = rand(4,10)
// pick 2 antigens
antigen |= text2num(pick(ANTIGENS))
antigen |= text2num(pick(ANTIGENS))