From d34509dfc9846edba7ffff04097715999bacb81a Mon Sep 17 00:00:00 2001 From: lutepickle <28810-lutepickle@users.noreply.gitgud.io> Date: Sat, 27 Jan 2024 05:49:50 -0800 Subject: [PATCH] Fix CheckDirty having an inverted lock test --- 1.4/Assemblies/RJW_Menstruation.dll | Bin 217088 -> 217088 bytes .../RJW_Menstruation/Things.cs | 2 +- changelogs.txt | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/1.4/Assemblies/RJW_Menstruation.dll b/1.4/Assemblies/RJW_Menstruation.dll index 1046a4136678243fe750240d5064a5a9538629a3..2d0b6795382131ee870a7d7da7ad0e6e863510ff 100644 GIT binary patch delta 88 zcmV-e0H^ this.GetStatValue(VariousDefOf.MaxAbsorbable) && (Wearer?.apparel?.IsLocked(this) ?? false)) + if (absorbedfluids > this.GetStatValue(VariousDefOf.MaxAbsorbable) && !(Wearer?.apparel?.IsLocked(this) ?? false)) { def = DirtyDef; dirty = true; diff --git a/changelogs.txt b/changelogs.txt index 1cacc5a..e6f1bf5 100644 --- a/changelogs.txt +++ b/changelogs.txt @@ -2,6 +2,7 @@ Version 1.0.9.3 - The biosculptor egg restoration cycle will now give more eggs to races that ovulate more than one egg at a time. - All pawns can now use all menstruation genes, regardless of gender or having a womb. - Egglaying animals no longer have a menstrual cycle. + - Fix bug preventing absorbers from becoming dirty. Version 1.0.9.2 - Updated Traditional Chinese translation by Hydrogen.