Updated to PRC8

Updated to PRC8.  Full compile.  Updated release archive.
This commit is contained in:
Jaysyn904
2024-02-20 22:52:59 -05:00
parent 5cc69fb9b9
commit 33b1e808c6
310 changed files with 12016 additions and 8979 deletions

View File

@@ -39,7 +39,7 @@ void main()
int nDuration = 1 + (nHD / 3);
if(nDuration == 0) { nDuration = 1; }
location lTargetLocation = GetSpellTargetLocation();
location lTargetLocation = PRCGetSpellTargetLocation();
effect eGaze = EffectConfused();
effect eVis = EffectVisualEffect(VFX_IMP_CONFUSION_S);