PRC8/nwn/nwnprc/trunk/racescripts/race_psi_stomp.nss
Jaysyn904 d87fe14826 Further file organization
Further file organization
2023-08-23 22:11:00 -04:00

8 lines
129 B
Plaintext

/*
*/
#include "psi_inc_psifunc"
void main()
{
UsePower(POWER_STOMP, CLASS_TYPE_INVALID, TRUE, GetHitDice(OBJECT_SELF)/2);
}