Finished PRC8 integration
Finished PRC8 integration. Moved creature abilities to top hak. Setup tooling. Created release archive
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user