mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-16 11:27:14 -05:00
8 lines
129 B
Plaintext
8 lines
129 B
Plaintext
/*
|
|
*/
|
|
#include "psi_inc_psifunc"
|
|
|
|
void main()
|
|
{
|
|
UsePower(POWER_STOMP, CLASS_TYPE_INVALID, TRUE, GetHitDice(OBJECT_SELF)/2);
|
|
} |