GarwelGarwel / Celsius

RimWorld mod adding realistic thermodynamics
4 stars 7 forks source link

Compatability with Insulation no longer functions due to default inheritance #42

Open Recoherent opened 10 months ago

Recoherent commented 10 months ago

Tested using Insulation (Continued) version 1.4.2.

This update changed the insulated walls to inherit stat values from vanilla walls; as such, their insulation values for Celsius are unpatched compared to a standard wall of their stuff type. Link to the commit changing this behavior.

Occurs when Celsius is loaded below Insulation as intended.

GarwelGarwel commented 7 months ago

Unfprtunately, due to the way they patch in their walls (by inheriting the existing vanilla Wall def and not from an abstract node), I can't find a way to properly add thermal value. Either they'll have to change it on their side or some patching magic will be required.