PRC8 update

PRC8 update.  Full compile.
This commit is contained in:
Jaysyn904
2024-12-26 22:19:38 -05:00
parent 29665a77ee
commit cee5d95097
23 changed files with 11 additions and 9 deletions

View File

@@ -17,6 +17,7 @@
#include "util_inc"
#include "util_names_inc"
#include "nwnx_time"
#include "prc_inc_skin"
//:: void main (){}
@@ -294,7 +295,8 @@ void RemoveBlackScreen(object oPC)
void chr_ZombieWalk(object oPC, int nDuration)
{
object oPCSkin = GetItemInSlot (INVENTORY_SLOT_CARMOUR, oPC);
//object oPCSkin = GetItemInSlot (INVENTORY_SLOT_CARMOUR, oPC);
object oPCSkin = GetPCSkin(oPC);
// We only relate this message once, it's just so they know what is going on.
if (!GetLocalInt (oPC, CHR_NEARDEATH_VAR_MESSAGE))
{