Further file organization
Further file organization
This commit is contained in:
10
nwn/nwnprc/trunk/newspellbook/shd_shd_generic.nss
Normal file
10
nwn/nwnprc/trunk/newspellbook/shd_shd_generic.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
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())));
|
||||
}
|
Reference in New Issue
Block a user