Added missing crafting maps, removed unnecessary maps, changed a few miscellaneous things.
9 lines
178 B
Plaintext
9 lines
178 B
Plaintext
int StartingConditional()
|
|
{
|
|
|
|
if (GetSubRace(GetPCSpeaker()) == "drow") return FALSE;
|
|
int iResult = GetRacialType(GetPCSpeaker())==RACIAL_TYPE_ELF;
|
|
return iResult;
|
|
|
|
}
|