Re-Added Elasticity from Licentia, Fixes #87

This commit is contained in:
Vegapnk 2024-06-04 18:15:07 +02:00
parent 1311b6da61
commit 8139991123
3 changed files with 4 additions and 3 deletions

View File

@ -19,6 +19,7 @@
- Licentia Genes are back in and should work again. I used the [updated for by Jaaldabaoth](https://gitgud.io/Jaaldabaoth/licentia-labs) for my testing.
- Lower-casing most labels to fit rimworld standards, thanks to @Flock-of-birds (#83)
- X-Gender-Only Genes leave / re-add artificial genitalia. Thanks to @Jaaldabaoth (#84 / #88)
- Issues with Elasticity References (#87)
**Changes**:

Binary file not shown.

View File

@ -1,4 +1,4 @@
//using LicentiaLabs;
using LicentiaLabs;
using Verse;
@ -15,7 +15,7 @@ namespace RJW_Genes
{
private const int RESET_INTERVAL = 60000; // 60k should be 1 day
/*
public override void PostAdd()
{
base.PostAdd();
@ -51,6 +51,6 @@ namespace RJW_Genes
candidate.Severity = severity;
}
}
*/
}
}