mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 08:34:16 +01:00
Virology tweaks
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user