PRC8 update
PRC8 update. Full compile.
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user