mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Re-Added Elasticity from Licentia, Fixes #87
This commit is contained in:
parent
1311b6da61
commit
8139991123
3 changed files with 4 additions and 3 deletions
|
@ -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.
|
@ -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;
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue