Lankhmar_PRC8/_module/nss/cnv_use_brage.nss

8 lines
148 B
Plaintext
Raw Permalink Normal View History

2025-04-03 12:54:47 -04:00
// Tarnek uses his Rage ability - put in actions taken
void main()
{
ClearAllActions();
ActionUseFeat(FEAT_BARBARIAN_RAGE, OBJECT_SELF);
}