body_temp_sensitive ![code/datums/elements/body_temp_sensitive.dm 4](git.png)
When attached to a basic mob, it gives it the ability to be hurt by cold/hot body temperatures
Vars | |
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 |
Procs | |
check_safe_environment | Ensures that maploaded mobs are in a safe environment. Unit test stuff. |
Var Details
cold_damage ![code/datums/elements/body_temp_sensitive.dm 14](git.png)
Damage when below min temp
heat_damage ![code/datums/elements/body_temp_sensitive.dm 16](git.png)
Damage when above max temp
max_body_temp ![code/datums/elements/body_temp_sensitive.dm 12](git.png)
Max body temp
min_body_temp ![code/datums/elements/body_temp_sensitive.dm 10](git.png)
Min body temp
Proc Details
check_safe_environment
Ensures that maploaded mobs are in a safe environment. Unit test stuff.