//::///////////////////////////////////////////////
//:: cv_evil_plus4.nss
//:: Copyright (c) 2022 Project RATDOG
//:://////////////////////////////////////////////
/*
    Moves PC's alignment 4 points towards evil.
*/
//:://////////////////////////////////////////////
//:: Created By:  Jaysyn
//:: Created On:  20220619
//:://////////////////////////////////////////////

void main()
{

    object oPC = GetPCSpeaker();

    AdjustAlignment(oPC, ALIGNMENT_EVIL, 4);

}