You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RPGModule.cs:763 should read "1+" instead of "1-" because of JsonCharacterClass.cs:92 which implies "-0.2f" for manacost. As of now double negative results in manacost increase.
RPGModule.cs:763 should read "1+" instead of "1-" because of JsonCharacterClass.cs:92 which implies "-0.2f" for manacost. As of now double negative results in manacost increase.