/tg/ Station 13 - Modules - TypesDefine Details

modular_skyrat/master_files/code/datums/components/damage_tracker.dm

ORGAN_ABSENCE_SPECIES_NORMALThe organ was absent because the species simply doesn't have one.
ORGAN_ABSENCE_INJURYThe organ should have been there and wasn't.
/datum/component/damage_trackerThis component tracks the original damage values of a mob when it is attached.
/datum/component/damage_tracker/humanThis does the same as it's parent, but it also tracks organ damage.

Define Details

ORGAN_ABSENCE_INJURY

The organ should have been there and wasn't.

ORGAN_ABSENCE_SPECIES_NORMAL

The organ was absent because the species simply doesn't have one.