8 lines
128 B
Plaintext
8 lines
128 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
int iResult;
|
||
|
|
||
|
iResult = GetHasFeat(FEAT_BARBARIAN_RAGE, OBJECT_SELF);
|
||
|
return iResult;
|
||
|
}
|