This commit is contained in:
Eddoursul 2021-10-06 00:41:20 +02:00
parent ff427737c7
commit 5ca1e9ee3d
42 changed files with 64 additions and 36 deletions

Binary file not shown.

Binary file not shown.

BIN
interface/exported/hudmenu.gfx (Stored with Git LFS) Normal file

Binary file not shown.

BIN
meshes/armor/nightingale/m/cowl_0.nif (Stored with Git LFS) Normal file

Binary file not shown.

BIN
meshes/armor/nightingale/m/cowl_1.nif (Stored with Git LFS) Normal file

Binary file not shown.

BIN
meshes/enderal/forgottenstories/rhalata/acolyt/f/cowl_0.nif (Stored with Git LFS) Normal file

Binary file not shown.

BIN
meshes/enderal/forgottenstories/rhalata/acolyt/f/cowl_1.nif (Stored with Git LFS) Normal file

Binary file not shown.

BIN
meshes/enderal/forgottenstories/rhalata/voice/m/cowl_0.nif (Stored with Git LFS) Normal file

Binary file not shown.

BIN
meshes/enderal/forgottenstories/rhalata/voice/m/cowl_1.nif (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -38,11 +38,9 @@ Event OnCombatStateChanged(Actor akTarget, int aeCombatState)
BlameSpellKeyword = Game.GetFormFromFile(0x0005BD16, "Skyrim.esm") as Keyword
EndIf
If akTarget == PlayerRef || akTarget.HasKeyword(_00E_PlayerSummonedCreature) || akTarget.GetFactionReaction(PlayerRef) == 2 || akTarget.HasEffectKeyword(BlameSpellKeyword)
If finished == False ; Just in case
finished = True
GetActorRef().GetActorBase().SetEssential(False)
EndIf
If akTarget == PlayerRef || akTarget.IsPlayerTeammate() || akTarget.HasKeyword(_00E_PlayerSummonedCreature) || akTarget.GetFactionReaction(PlayerRef) == 2 || akTarget.HasEffectKeyword(BlameSpellKeyword)
finished = True
GetActorRef().GetActorBase().SetEssential(False)
EndIf
EndIf
EndEvent

BIN
textures/armor/nightingale/f/nightingalearmorcapef.dds (Stored with Git LFS) Normal file

Binary file not shown.

BIN
textures/armor/nightingale/m/nightingalearmorcapem.dds (Stored with Git LFS) Normal file

Binary file not shown.

BIN
textures/armor/nightingale/m/nightingalearmorcapesorrow.dds (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.