Added liminal to the valid alignments list.
This commit is contained in:
parent
4483c4b316
commit
923d4d06f0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue