Files
Paradise/code
Tigercat2000 f3dd9d5e82 Fix runtime error with handle_heartbeat()
Fixes this runtime error:
//-------------------------------------------------\\
|| runtime error: Cannot read null.status          ||
|| proc name: handle heartbeat                     ||
|| (/mob/living/carbon/human/proc/handle_heartbeat)||
|| source file: life.dm,1648                       ||
\\-------------------------------------------------//

This was caused by no sanity check to make sure that
internal_organs_by_name actually returned an organ, therefore it was
attempting to read a null variable, which causes a runtime error.
2015-04-11 11:43:35 -07:00
..
2015-04-04 23:04:45 -04:00
2015-03-16 18:49:47 +01:00
2015-04-04 14:27:53 -04:00
2015-04-04 14:27:53 -04:00
2015-04-04 14:27:53 -04:00