Closed gbasood closed 8 years ago
if(!cure_present && prob(stage_prob) && age > stage_minimum_age) //now the disease shouldn't get back up to stage 4 in no time
Even github syntax seems to reproduce this https://github.com/gbasood/vgstation13/blob/d8e3c2d9b32d521868b1abd9ccace704e6536722/code/datums/disease.dm#L68
Operators actually need word bounds around them, I should remove that though since it's a dumb rule.
Fixed
Even github syntax seems to reproduce this https://github.com/gbasood/vgstation13/blob/d8e3c2d9b32d521868b1abd9ccace704e6536722/code/datums/disease.dm#L68