mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-17 06:17:14 -05:00
Initial upload.
Adding base PRC 4.19a files to repository.
This commit is contained in:
10
trunk/newspellbook/shd_smt_generic.nss
Normal file
10
trunk/newspellbook/shd_smt_generic.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
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())));
|
||||
}
|
||||
Reference in New Issue
Block a user