Further file organization
Further file organization
This commit is contained in:
11
nwn/nwnprc/trunk/newspellbook/moi_ft_aztalent.nss
Normal file
11
nwn/nwnprc/trunk/newspellbook/moi_ft_aztalent.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "moi_inc_moifunc"
|
||||
#include "psi_inc_psifunc"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oMeldshaper = OBJECT_SELF;
|
||||
int nEssentia = GetEssentiaInvestedFeat(oMeldshaper, FEAT_AZURE_TALENT);
|
||||
if (GetCanBindChakra(oMeldshaper, CHAKRA_CROWN)) nEssentia += 2;
|
||||
|
||||
GainPowerPoints(oMeldshaper, nEssentia, TRUE, TRUE);
|
||||
}
|
Reference in New Issue
Block a user