mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-16 15:57:15 -05:00
10 lines
270 B
Plaintext
10 lines
270 B
Plaintext
/*
|
|
generic mystery calling function
|
|
*/
|
|
#include "shd_inc_shdfunc"
|
|
|
|
void main()
|
|
{
|
|
UseMystery(GetPowerFromSpellID(PRCGetSpellId()), CLASS_TYPE_SHADOWCASTER);
|
|
if(DEBUG) DoDebug("shd_shd_generic: SpellID: " + IntToString(GetPowerFromSpellID(PRCGetSpellId())));
|
|
} |