Increases cough rate for lung infections

This commit is contained in:
mwerezak
2014-07-07 17:30:19 -04:00
committed by ZomgPonies
parent ebfbf40724
commit d3cdb25ef3
+1 -1
View File
@@ -126,7 +126,7 @@
process()
..()
if (germ_level > INFECTION_LEVEL_ONE)
if(prob(1))
if(prob(5))
owner.emote("cough") //respitory tract infection
if(is_bruised())