10 lines
125 B
Plaintext
10 lines
125 B
Plaintext
int StartingConditional()
|
|
{
|
|
|
|
if ( !GetHasFeat(FEAT_WILD_SHAPE, OBJECT_SELF) )
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|
|
|