From 71185a7e7ff12d91b30f1b319107786b4e77ac8d Mon Sep 17 00:00:00 2001 From: zelezniciar1 <39102800+zelezniciar1@users.noreply.github.com> Date: Sat, 16 Nov 2024 17:41:37 -0500 Subject: [PATCH] Give Penguins Cold Resistance (#1229) # Description This PR is intended to fix the issue of pengiuns dying to cold damage on planetary maps like Glacier. It adds a atmosTemperatureTransferEfficiency modifier to the pengiun mod YAML. Reported on Grimbly, fix from [Floof](https://github.com/Fansana/floofstation1/pull/302/files) --- # TODO n/a ---

Media

n/a

--- # Changelog :cl: zelezniciar - fix: Fixed pengiun cold resistance --- Resources/Prototypes/Entities/Mobs/NPCs/animals.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml index d192794ea95..2a29ca1b77b 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml @@ -2094,6 +2094,7 @@ factions: - Passive - type: Temperature + atmosTemperatureTransferEfficiency: 0.04 heatDamageThreshold: 335 coldDamageThreshold: 230 currentTemperature: 310.15