Expanded Ruby Knight Vindicator for epic progression.

Expanded Ruby Knight Vindicator for epic progression.
Added EvalPRCFeats() to prc_onrespawn to see if we could auto reapply class abilities to weapons (GTWF) after death.
This commit is contained in:
Jaysyn904
2025-05-22 21:06:53 -04:00
parent 4f752c6677
commit ced388312f
7 changed files with 351 additions and 71 deletions

View File

@@ -4,6 +4,7 @@
//:://////////////////////////////////////////////
#include "prc_alterations"
#include "inc_utility"
#include "prc_inc_function"
void main()
{
@@ -14,4 +15,6 @@ void main()
SetPersistantLocalInt(oPC, "persist_dead", FALSE);
ExecuteAllScriptsHookedToEvent(oPC, EVENT_ONPLAYERRESPAWN);
DelayCommand(0.1f, EvalPRCFeats(oPC));
}