Updated some CNR tools for large creatures

Updated some CNR tools for large creatures.  Added PRC8 journal entries.  Full compile.
This commit is contained in:
Jaysyn904
2025-04-07 18:42:18 -04:00
parent f68f638e05
commit bf1cbced8e
21 changed files with 629 additions and 5 deletions

View File

@@ -28,6 +28,10 @@ void main()
object oPC = GetEnteringObject();
int bDM = GetIsDM(oPC);
int bTeam = dev_IsTeamMember(oPC);
AddJournalQuestEntry("JRNL_XPCHART", 1, oPC, FALSE, FALSE, FALSE);
AddJournalQuestEntry("JRNL_LA_BUYOFF", 1, oPC, FALSE, FALSE, FALSE);
AddJournalQuestEntry("JRNL_PRC8", 1, oPC, FALSE, FALSE, FALSE);
if (!bDM && !bTeam && !cheat_Validate(oPC))
{