Aschbourne_PRC8/_module/nss/shrine_choas.nss
GetOffMyYarn 69879d6957 Areas and Fixes
Added CCOH and missing areas
Changed some areas to be craftable,
Fixed some on death issues,
Fixed the Gaurd
2024-08-30 11:38:44 -04:00

17 lines
482 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName altar_evil
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 01/01/2004 20:57:32
//:://////////////////////////////////////////////
int StartingConditional()
{
// Restrict based on the player's alignment
if(GetAlignmentLawChaos(GetPCSpeaker()) != ALIGNMENT_LAWFUL)
return FALSE;
return TRUE;
}