Aschbourne_PRC8/_module/nss/deity_elf.nss
GetOffMyYarn 7f75e229f9 Adds and Changes
Added missing crafting maps, removed unnecessary maps, changed a few miscellaneous things.
2024-09-14 13:52:39 -04:00

9 lines
178 B
Plaintext

int StartingConditional()
{
if (GetSubRace(GetPCSpeaker()) == "drow") return FALSE;
int iResult = GetRacialType(GetPCSpeaker())==RACIAL_TYPE_ELF;
return iResult;
}