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

@ -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;
}
}
*/
}
}