mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Made empathetic Lifeforce public, fixes #66
This commit is contained in:
parent
49e66d3302
commit
483965ea19
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ namespace RJW_Genes
|
|||
float frustratedDecrement = -0.01f;
|
||||
|
||||
|
||||
Gene_LifeForce_Empath() : base()
|
||||
public Gene_LifeForce_Empath() : base()
|
||||
{
|
||||
SetValuesFromExtension();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue