Finished PRC8 integration

Finished PRC8 integration.  Moved creature abilities to top hak.  Setup tooling.  Created release archive
This commit is contained in:
Jaysyn904
2024-03-12 21:27:23 -04:00
parent 7b9e44ebbb
commit e5b3f6ad61
958 changed files with 1491 additions and 630 deletions

View File

@@ -1,4 +1,5 @@
#include "NW_I0_GENERIC"
#include "prc_inc_racial"
int StartingConditional()
{
@@ -6,7 +7,7 @@ int StartingConditional()
object oPC=GetPCSpeaker();
int iResult;
if (GetRacialType(oPC)==RACIAL_TYPE_HALFLING)
if (MyPRCGetRacialType(oPC)==RACIAL_TYPE_HALFLING)
{
return TRUE;
}