PoA_PRC8/_module/nss/skullkeep_badchk.nss
Jaysyn904 80d4b7c4d6 Added Skullkeep Mystic Forge / Combine system
Added Skullkeep Mystic Forge / Combine system., modified to use a single forge and combine for all item types.  Added new Magesmith shop & NPC in Town of Ascension.  Full compile.  Updated release archive.
2024-11-10 20:06:52 -05:00

10 lines
167 B
Plaintext

int StartingConditional()
{
int skullkeep =GetCampaignInt("SK_Factions", "Skullkeep", GetPCSpeaker());
if (skullkeep < -5001)
return TRUE;
return FALSE;
}