Changes how organ infections work

This commit is contained in:
Anewbe
2017-11-01 00:14:53 -05:00
parent 396fea0365
commit 08bcfded73
6 changed files with 39 additions and 28 deletions

View File

@@ -58,5 +58,7 @@
if (prob(3))
take_damage(1,silent=prob(30))
//if(. >= 3 && antibiotics < 30) //INFECTION_LEVEL_THREE, others are handled on each specific organ
//Nothing that generic internal organs do for this
if(. >= 3 && antibiotics < 30) //INFECTION_LEVEL_THREE
if (prob(50))
take_damage(1,silent=prob(15))