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

6 lines
111 B
Plaintext

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