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