Skip to content

Commit

Permalink
Give Penguins Cold Resistance (#1229)
Browse files Browse the repository at this point in the history
<!--
This is a semi-strict format, you can add/remove sections as needed but
the order/format should be kept the same
Remove these comments before submitting
-->

# Description

<!--
Explain this PR in as much detail as applicable

Some example prompts to consider:
How might this affect the game? The codebase?
What might be some alternatives to this?
How/Who does this benefit/hurt [the game/codebase]?
-->

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

<!--
A list of everything you have to do before this PR is "complete"
You probably won't have to complete everything before merging but it's
good to leave future references
-->
n/a

---

<!--
This is default collapsed, readers click to expand it and see all your
media
The PR media section can get very large at times, so this is a good way
to keep it clean
The title is written using HTML tags
The title must be within the <summary> tags or you won't see it
-->

<details><summary><h1>Media</h1></summary>
<p>

n/a

</p>
</details>

---

# Changelog

<!--
You can add an author after the `:cl:` to change the name that appears
in the changelog (ex: `:cl: Death`)
Leaving it blank will default to your GitHub display name
This includes all available types for the changelog
-->

:cl: zelezniciar
- fix: Fixed pengiun cold resistance
  • Loading branch information
zelezniciar1 authored Nov 16, 2024
1 parent a505ed7 commit 71185a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Resources/Prototypes/Entities/Mobs/NPCs/animals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2094,6 +2094,7 @@
factions:
- Passive
- type: Temperature
atmosTemperatureTransferEfficiency: 0.04
heatDamageThreshold: 335
coldDamageThreshold: 230
currentTemperature: 310.15
Expand Down

0 comments on commit 71185a7

Please sign in to comment.