Exclude emanations from the list

This commit is contained in:
2025-05-20 23:28:48 -07:00
parent 13458a0173
commit 632a8c4f1b
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ class SpellRangeType(enum.StrEnum):
Line = "line"
Cube = "cube"
Cone = "cone"
EmanatioN = "emanation"
Emanation = "emanation"
Radius = "radius"
Sphere = "sphere"
Hemisphere = "hemisphere"