Made empathetic Lifeforce public, fixes #66

This commit is contained in:
Vegapnk 2023-10-22 15:43:22 +02:00
parent 49e66d3302
commit 483965ea19
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
**Fixes:**
- XML Missmatch for Succubus Letter (Fixed in #64, thanks @mwcrow)
- Made constructor for Empathetic Lifeforce explicitly `public` to not hang up in character creation (Fixes #66)
# 1.3.0

View File

@ -20,7 +20,7 @@ namespace RJW_Genes
float frustratedDecrement = -0.01f;
Gene_LifeForce_Empath() : base()
public Gene_LifeForce_Empath() : base()
{
SetValuesFromExtension();
}