2025/12/23 Update

Updated nasher.cfg
Updated readme
Updated baseitems.2da
Updated PRC8 includes.
Hooked up new GUI module event.
Full compile.
This commit is contained in:
Jaysyn904
2025-12-23 10:08:02 -05:00
parent e2e668e441
commit bd50a1e36e
84 changed files with 4509 additions and 530 deletions

View File

@@ -109,11 +109,14 @@ int GetIsSyllable(int nSpellId);
*/
int DoSpellTruenameCheck(object oTrueSpeaker, object oTarget, int nPersonal = FALSE);
string GetNormalUtterSpellId(int nSpellId);
//////////////////////////////////////////////////
/* Includes */
//////////////////////////////////////////////////
#include "prc_inc_spells"
#include "true_inc_trufunc"
//////////////////////////////////////////////////
/* Internal functions */