Removed mod indices from form IDs in AddRacialAbilites()
This commit is contained in:
parent
8240175e65
commit
5bba2d088c
Binary file not shown.
@ -84,10 +84,10 @@ EndFunction
|
||||
|
||||
Function AddRacialAbilites()
|
||||
|
||||
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
|
||||
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
|
||||
|
||||
If Player.GetRace() == HighElfRace
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user