Added liminal to the valid alignments list.

This commit is contained in:
Steven Panek 2011-11-11 21:09:45 +00:00
parent 4483c4b316
commit 923d4d06f0

View file

@ -208,7 +208,7 @@ def actualtype(a):
atype = "span"
elif a in ("melee", "ranged"):
atype = "range"
elif a in ("lawful", "neutral", "chaotic"):
elif a in ("lawful", "neutral", "chaotic", "liminal"):
atype = "alignment"
elif a.startswith("{") or a.endswith("}") or a.startswith("$"):
atype = None # Can't tell -- it's a macro expansion