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

@@ -4,6 +4,7 @@
//::
//:: Useful functions for the DM's Helper
//:://////////////////////////////////////////////
#include "prc_inc_racial"
void dmwand_AbilityCheck(int nAbility, int nSecret = TRUE)
{
@@ -585,7 +586,7 @@ void dmwand_PlayerListConv(string sParams)
string dmwand_Race(object oEntity)
{
switch (GetRacialType(oEntity))
switch (MyPRCGetRacialType(oEntity))
{
case RACIAL_TYPE_ALL: return "All"; break;
case RACIAL_TYPE_ANIMAL: return "Animal"; break;