Aschbourne_PRC8/_module/nss/deity_rogue.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

6 lines
119 B
Plaintext

int StartingConditional()
{
int iResult = GetLevelByClass(CLASS_TYPE_ROGUE, GetPCSpeaker());
return iResult;
}