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

10 lines
269 B
Plaintext

/*
generic mystery calling function
*/
#include "shd_inc_shdfunc"
void main()
{
UseMystery(GetPowerFromSpellID(PRCGetSpellId()), CLASS_TYPE_SHADOWSMITH);
if(DEBUG) DoDebug("shd_smt_generic: SpellID: " + IntToString(GetPowerFromSpellID(PRCGetSpellId())));
}