9 lines
161 B
Plaintext
9 lines
161 B
Plaintext
/*
|
|
generic powercalling function
|
|
*/
|
|
#include "psi_inc_psifunc"
|
|
|
|
void main()
|
|
{
|
|
UsePower(GetPowerFromSpellID(PRCGetSpellId()), CLASS_TYPE_PSYCHIC_ROGUE);
|
|
} |