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

6 lines
139 B
Plaintext

#include "inc_newspellbook"
void main()
{
NewSpellbookSpell(CLASS_TYPE_SOLDIER_OF_LIGHT, SPELLBOOK_TYPE_PREPARED, METAMAGIC_EXTEND);
}