NWNDS/nwnds_module/shiftlawful.nss

6 lines
84 B
Plaintext
Raw Normal View History

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