mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-30 20:22:32 +00:00
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.