- Fixed couple of bugs

- Made vaccine bottles contain 3 portions of vaccine.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@348 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
panurgomatic
2010-10-23 00:08:17 +00:00
parent 1c1d6d0d5e
commit 2ac3798eb7
3 changed files with 9 additions and 6 deletions
+4 -3
View File
@@ -47,6 +47,7 @@
if(prob(1))
affected_mob << "\red Mucous runs down the back of your throat."
if(prob(1) && prob(50))
var/datum/disease/Flu = new /datum/disease/flu
affected_mob.contract_disease(Flu,1)
del(Flu)
if(!affected_mob.resistances.Find(/datum/disease/flu))
var/datum/disease/Flu = new /datum/disease/flu
affected_mob.contract_disease(Flu,1)
del(Flu)