PRC8/nwn/nwnprc/trunk/spells/sp_ct_min13.nss
Jaysyn904 d87fe14826 Further file organization
Further file organization
2023-08-23 22:11:00 -04:00

4 lines
98 B
Plaintext

int StartingConditional()
{
return GetLocalInt(GetPCSpeaker(), "SP_CREATETATOO_LEVEL") > 12;
}