7 lines
93 B
Plaintext
7 lines
93 B
Plaintext
void main()
|
|
{
|
|
ClearAllActions();
|
|
ActionUseFeat(FEAT_BARBARIAN_RAGE, OBJECT_SELF);
|
|
}
|
|
|