8 lines
148 B
Plaintext
8 lines
148 B
Plaintext
|
// Tarnek uses his Rage ability - put in actions taken
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
ClearAllActions();
|
||
|
ActionUseFeat(FEAT_BARBARIAN_RAGE, OBJECT_SELF);
|
||
|
}
|