Oxygen Not Included

Oxygen Not Included

Diseases Restored
Incompatible with Frosty Planet
Frostbite mechanic does not work with frost protection trait and temporary resistance buf from heaters.
Last edited by main.psyhos; 29 Jun @ 5:07am
< >
Showing 1-2 of 2 comments
FrostbitePatch.cs

static bool Prefix(ScaldingMonitor.Instance __instance, ...
....
<this function needs revision.
(__instance.GetScoldingThreshold()-temp-25) ... // -25 must help
i have recompiled sln from github
works for me, notification is still there dmg is not.
second glance at source code:
GermExposureTuning.cs
internal const float BASE_FROSTBITE_THRESHOLD = 253.1f;

that is a source of problem. set it to 240.1f
and it helped
< >
Showing 1-2 of 2 comments
Per page: 1530 50