Heartbeat fix

This commit is contained in:
CitadelStationBot
2017-06-30 09:18:18 -05:00
parent 881acdbecc
commit c4e8b87f44
2 changed files with 15 additions and 0 deletions
+2
View File
@@ -16,6 +16,8 @@
for(var/V in internal_organs)
var/obj/item/organ/O = V
O.on_life()
if(stat == DEAD)
stop_sound_channel(CHANNEL_HEARTBEAT)
//Updates the number of stored chemicals for powers
handle_changeling()