mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2026-01-29 09:59:23 -05:00
Clear out experimental .35 files
Clear out experimental .35 files
This commit is contained in:
@@ -1,23 +0,0 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: Greater Spell Turning
|
||||
//:: NW_S0_GrSpTurn.nss
|
||||
//:: Copyright (c) 2001 Bioware Corp.
|
||||
//:://////////////////////////////////////////////
|
||||
//:: [Description of File]
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: [Your Name]
|
||||
//:: Created On: [date]
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
|
||||
#include "prc_inc_spells"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oTarget = PRCGetSpellTargetObject();
|
||||
effect eVis = EffectVisualEffect(VFX_DUR_SPELLTURNING);
|
||||
|
||||
SPApplyEffectToObject(DURATION_TYPE_INSTANT, eVis, oTarget);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user