mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-16 17:57:15 -05:00
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);
|
|
} |