2025/08/24 Update

Updated for PRC8 updates.
This commit is contained in:
Jaysyn904
2025-08-24 22:48:26 -04:00
parent 6e366c0d9c
commit fede1fcc3d
313 changed files with 67 additions and 11 deletions

View File

@@ -41,8 +41,9 @@ void main()
} // more details
//:: Add PRC journal entries
AddJournalQuestEntry("JRNL_XPCHART", 1, oPC, FALSE, FALSE, FALSE);
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);
object oInvItem;
int nPCxp = GetXP(oPC);