PRC8_fork/trunk/newspellbook/shd_smt_generic.nss

10 lines
269 B
Plaintext
Raw Normal View History

/*
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())));
}