From: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Date: Mon, 24 Mar 2025 23:55:16 +0000 (+0100) Subject: Fix thermal regulation this time for real (#36062) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=9502ca0d23e9d73a71fa6ac80d1ac1d4578d6f7d;p=space-station-14.git Fix thermal regulation this time for real (#36062) --- diff --git a/Resources/Prototypes/Entities/Mobs/Species/base.yml b/Resources/Prototypes/Entities/Mobs/Species/base.yml index b465054bb8..ed5d53aa97 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/base.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/base.yml @@ -265,7 +265,7 @@ sweatHeatRegulation: 2000 shiveringHeatRegulation: 2000 normalBodyTemperature: 310.15 - thermalRegulationTemperatureThreshold: 10 + thermalRegulationTemperatureThreshold: 2 - type: Perishable - type: Butcherable butcheringType: Spike # TODO human. diff --git a/Resources/Prototypes/Entities/Mobs/base.yml b/Resources/Prototypes/Entities/Mobs/base.yml index 2f4975bfe9..970ec52cd7 100644 --- a/Resources/Prototypes/Entities/Mobs/base.yml +++ b/Resources/Prototypes/Entities/Mobs/base.yml @@ -157,7 +157,7 @@ sweatHeatRegulation: 2000 shiveringHeatRegulation: 2000 normalBodyTemperature: 310.15 - thermalRegulationTemperatureThreshold: 10 + thermalRegulationTemperatureThreshold: 2 - type: MovedByPressure # Used for mobs that require regular atmospheric conditions. @@ -173,7 +173,7 @@ sweatHeatRegulation: 500 shiveringHeatRegulation: 500 normalBodyTemperature: 310.15 - thermalRegulationTemperatureThreshold: 10 + thermalRegulationTemperatureThreshold: 2 - type: Temperature heatDamageThreshold: 325 coldDamageThreshold: 260