Revert "Move the handle_changeling proc call to the (new) life signal"

This commit is contained in:
farie82
2019-12-24 13:50:40 +01:00
committed by GitHub
parent d54c3c19dd
commit 19ae2b1254
3 changed files with 1 additions and 7 deletions
+1 -1
View File
@@ -13,13 +13,13 @@
for(var/obj/item/organ/internal/O in internal_organs)
O.on_life()
handle_changeling()
handle_wetness(times_fired)
// 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++
SEND_SIGNAL(src, COMSIG_CARBON_LIFE, seconds, times_fired)
///////////////
// BREATHING //