Fix carbon/Life()

yeah whoops
APPARENTLY BAY HAD LIVING/LIFE() AND CARBON/LIFE()
damnit bay
This commit is contained in:
Tigercat2000
2015-11-12 16:53:41 -08:00
parent 1456aafa8f
commit 056585399b
2 changed files with 4 additions and 7 deletions
-7
View File
@@ -14,13 +14,6 @@ mob/living
qdel(food)
return ..()
/mob/living/carbon/Life()
..()
// Increase germ_level regularly
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/blob_act()
if (stat == DEAD)
return
+4
View File
@@ -13,6 +13,10 @@
handle_wetness()
// Increase germ_level regularly
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++
///////////////
// BREATHING //