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