public void ReforceEmotion(float potential) { this.Intensity = (float)Math.Log(Math.Exp(this.Potential) + Math.Exp(potential)); }