NWNDS/nwnds_module/shiftchaoticevil.nss

7 lines
125 B
Plaintext
Raw Normal View History

#include "SHIFTALIGNMENT"
void main()
{
ShiftAlignment(ALIGNMENT_CHAOTIC, 25);
ShiftAlignment(ALIGNMENT_EVIL, 25);
}