Big Demonic Update

Big Demonic Update. Full compile.  Updated release archive.
This commit is contained in:
Jaysyn904
2024-05-08 17:19:06 -04:00
parent c57de79566
commit 3e00bab038
256 changed files with 156994 additions and 15916 deletions

View File

@@ -73,7 +73,7 @@ while(GetIsObjectValid(oMon)==TRUE)
//Only add +1 of the object is indeed a hostile Creature/NPC and not a PC!
if(!GetIsPC(oMon) && GetObjectType(oMon)==OBJECT_TYPE_CREATURE)
{
nCount+=1;
nCount+=0; //:: 0 = disable this whole mess. -Jaysyn
}
//find the next monster..
oMon = GetNextObjectInArea(GetArea(oPC));