Skip to content

Commit f6c9811

Browse files
committed
Fix for no o-spells
1 parent 91ec9da commit f6c9811

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/cljc/orcpub/dnd/e5/spells.cljc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2831,10 +2831,6 @@ Similarly, this spell doesn't directly affect plant growth. The moved earth carr
28312831
:description "For the duration, you hide a target that you touch from divination magic. The target can be a willing creature or a place or an object no larger than 10 feet in any dimension. The target can't be targeted by any divination magic or perceived through magical scrying sensors."
28322832
}])
28332833

2834-
(def o-spells
2835-
[
2836-
{}
2837-
])
28382834

28392835
(def p-spells
28402836
[{
@@ -4228,7 +4224,6 @@ An affected creature is aware of the spell and can thus avoid answering question
42284224
m-spells
42294225
n-spells
42304226
p-spells
4231-
o-spells
42324227
r-spells
42334228
s-spells
42344229
t-spells

0 commit comments

Comments
 (0)