From 9502ca0d23e9d73a71fa6ac80d1ac1d4578d6f7d Mon Sep 17 00:00:00 2001 From: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Date: Tue, 25 Mar 2025 00:55:16 +0100 Subject: [PATCH] Fix thermal regulation this time for real (#36062) --- Resources/Prototypes/Entities/Mobs/Species/base.yml | 2 +- Resources/Prototypes/Entities/Mobs/base.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.51.2