/tg/ Station 13 - Modules - TypesVar Details - Proc Details

body_temp_sensitive

When attached to a basic mob, it gives it the ability to be hurt by cold/hot body temperatures

Vars

cold_damageDamage when below min temp
heat_damageDamage when above max temp
max_body_tempMax body temp
min_body_tempMin body temp

Procs

check_safe_environmentEnsures that maploaded mobs are in a safe environment. Unit test stuff.

Var Details

cold_damage

Damage when below min temp

heat_damage

Damage when above max temp

max_body_temp

Max body temp

min_body_temp

Min body temp

Proc Details

check_safe_environment

Ensures that maploaded mobs are in a safe environment. Unit test stuff.