Minor change

This commit is contained in:
ZomgPonies
2014-07-13 07:43:32 -04:00
parent 54075aaceb
commit ffd2c1ce42
+1 -1
View File
@@ -7,7 +7,7 @@
..()
// Increase germ_level regularly
if(germ_level < GERM_LEVEL_AMBIENT && prob(80)) //if you're just standing there, you shouldn't get more germs beyond an ambient level
if(germ_level < GERM_LEVEL_AMBIENT && prob(30)) //if you're just standing there, you shouldn't get more germs beyond an ambient level
germ_level++
/mob/living/carbon/Move(NewLoc, direct)