NWNDS/nwnds_module/shiftlawfulevil.nss

7 lines
124 B
Plaintext
Raw Normal View History

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