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:
@@ -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));
|
||||
}
|
Reference in New Issue
Block a user