mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
- 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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user