PRC8/nwn/nwnprc/trunk/newspellbook/bnd_dnt_scholar.nss
Jaysyn904 d87fe14826 Further file organization
Further file organization
2023-08-23 22:11:00 -04:00

5 lines
117 B
Plaintext

void main()
{
ApplyEffectToObject(DURATION_TYPE_TEMPORARY, EffectSkillIncrease(SKILL_LORE, 8), OBJECT_SELF, 6.0);
}