Virology tweaks

This commit is contained in:
ZomgPonies
2014-03-02 01:19:26 -05:00
parent bd2818017e
commit dc1a375c74
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -55,9 +55,9 @@
//Moving to the next stage
if(clicks > stage*100 && prob(10))
if(stage == max_stage)
/*if(stage == max_stage)
src.cure(mob)
mob.antibodies |= src.antigen
mob.antibodies |= src.antigen*/ //NO AUTOCURE FOR YOU
stage++
clicks = 0
//Do nasty effects
+1 -1
View File
@@ -209,7 +209,7 @@
/datum/disease2/effect/bones
name = "Fragile Bones Syndrome"
stage = 4
stage = 3
activate(var/mob/living/carbon/mob,var/multiplier)
if(istype(mob, /mob/living/carbon/human))
var/mob/living/carbon/human/H = mob