Merge pull request #12798 from farie82/handle-cling-signal

Move the handle_changeling proc call to the (new) life signal
This commit is contained in:
Crazy Lemon
2019-12-16 18:32:24 -08:00
committed by GitHub
3 changed files with 7 additions and 1 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 //