Renamed DraugrFXScript

This commit is contained in:
Eddoursul 2024-02-14 23:41:44 +01:00
parent 2e7d75d745
commit 275e7829a5
6 changed files with 3 additions and 5 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -145,7 +145,7 @@ scripts\doorbar.pex
scripts\dragonactorscript.pex scripts\dragonactorscript.pex
scripts\dragonpriestactorscript.pex scripts\dragonpriestactorscript.pex
scripts\dragontowerwallscript.pex scripts\dragontowerwallscript.pex
scripts\draugrfxscript.pex scripts\draugrfxscriptenderal.pex
scripts\dunarcherpressureplatescript.pex scripts\dunarcherpressureplatescript.pex
scripts\dunarcherquestscript.pex scripts\dunarcherquestscript.pex
scripts\duncgfiretriggerscript.pex scripts\duncgfiretriggerscript.pex

View File

@ -1,8 +1,6 @@
Scriptname DraugrFXScript extends ActiveMagicEffect Scriptname DraugrFXScriptEnderal extends ActiveMagicEffect
{Attaches and manages fx} {Attaches and manages fx}
import utility import utility
import form import form
@ -17,7 +15,7 @@ EVENT OnEffectStart(Actor Target, Actor Caster)
selfRef = caster selfRef = caster
;Added by USKP to prevent this effect from appearing on the player. ;Added by USKP to prevent this effect from appearing on the player.
If selfRef == Game.GetPlayer() If selfRef == Game.GetForm(0x14)
selfRef = None selfRef = None
EndIf EndIf
If selfRef == None If selfRef == None