Compare commits
3 Commits
f2b65c956e
...
5bba2d088c
| Author | SHA1 | Date | |
|---|---|---|---|
| 5bba2d088c | |||
| 8240175e65 | |||
| 2f3de488bd |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -84,10 +84,10 @@ EndFunction
|
|||||||
|
|
||||||
Function AddRacialAbilites()
|
Function AddRacialAbilites()
|
||||||
|
|
||||||
Spell racialAb_Aeterna = Game.GetFormFromFile(0x0101EC69, "Enderal - Forgotten Stories.esm") as Spell
|
Spell racialAb_Aeterna = Game.GetFormFromFile(0x1EC69, "Enderal - Forgotten Stories.esm") as Spell
|
||||||
Spell racialAb_Arazalean = Game.GetFormFromFile(0x0101EC68, "Enderal - Forgotten Stories.esm") as Spell
|
Spell racialAb_Arazalean = Game.GetFormFromFile(0x1EC68, "Enderal - Forgotten Stories.esm") as Spell
|
||||||
Spell racialAb_Kilean = Game.GetFormFromFile(0x0101EC67, "Enderal - Forgotten Stories.esm") as Spell
|
Spell racialAb_Kilean = Game.GetFormFromFile(0x1EC67, "Enderal - Forgotten Stories.esm") as Spell
|
||||||
Spell racialAb_Qyranian = Game.GetFormFromFile(0x0101EC66, "Enderal - Forgotten Stories.esm") as Spell
|
Spell racialAb_Qyranian = Game.GetFormFromFile(0x1EC66, "Enderal - Forgotten Stories.esm") as Spell
|
||||||
|
|
||||||
If Player.GetRace() == HighElfRace
|
If Player.GetRace() == HighElfRace
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user