10 lines
163 B
Plaintext
10 lines
163 B
Plaintext
|
#include "prc_inc_spells"
|
||
|
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
if(MyPRCGetRacialType(GetPCSpeaker()) == RACIAL_TYPE_HALFORC)
|
||
|
return TRUE;
|
||
|
|
||
|
return FALSE;
|
||
|
}
|