Increases cough rate for lung infections

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