Compare commits
No commits in common. "5bba2d088caae079841adc74f613f650e0602381" and "f2b65c956ebee05659bb08120c088274c3d25159" have entirely different histories.
5bba2d088c
...
f2b65c956e
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -84,10 +84,10 @@ EndFunction
|
||||
|
||||
Function AddRacialAbilites()
|
||||
|
||||
Spell racialAb_Aeterna = Game.GetFormFromFile(0x1EC69, "Enderal - Forgotten Stories.esm") as Spell
|
||||
Spell racialAb_Arazalean = Game.GetFormFromFile(0x1EC68, "Enderal - Forgotten Stories.esm") as Spell
|
||||
Spell racialAb_Kilean = Game.GetFormFromFile(0x1EC67, "Enderal - Forgotten Stories.esm") as Spell
|
||||
Spell racialAb_Qyranian = Game.GetFormFromFile(0x1EC66, "Enderal - Forgotten Stories.esm") as Spell
|
||||
Spell racialAb_Aeterna = Game.GetFormFromFile(0x0101EC69, "Enderal - Forgotten Stories.esm") as Spell
|
||||
Spell racialAb_Arazalean = Game.GetFormFromFile(0x0101EC68, "Enderal - Forgotten Stories.esm") as Spell
|
||||
Spell racialAb_Kilean = Game.GetFormFromFile(0x0101EC67, "Enderal - Forgotten Stories.esm") as Spell
|
||||
Spell racialAb_Qyranian = Game.GetFormFromFile(0x0101EC66, "Enderal - Forgotten Stories.esm") as Spell
|
||||
|
||||
If Player.GetRace() == HighElfRace
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user