Initial upload.
Adding base PRC 4.19a files to repository.
This commit is contained in:
11
trunk/psionics/psi_wil_generic.nss
Normal file
11
trunk/psionics/psi_wil_generic.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
generic powercalling function
|
||||
*/
|
||||
#include "psi_inc_psifunc"
|
||||
|
||||
void main()
|
||||
{
|
||||
UsePower(GetPowerFromSpellID(PRCGetSpellId()), CLASS_TYPE_WILDER);
|
||||
if(DEBUG) DoDebug("psi_wil_generic: SpellID: " + IntToString(PRCGetSpellId()));
|
||||
if(DEBUG) DoDebug("psi_wil_generic: PowerID: " + IntToString(GetPowerFromSpellID(PRCGetSpellId())));
|
||||
}
|
Reference in New Issue
Block a user