Skip to content

Commit 8be3eab

Browse files
committed
Fix for missing Holy Symbol
1 parent 85dc485 commit 8be3eab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/cljc/orcpub/dnd/e5/classes.cljc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1514,6 +1514,12 @@
15141514
:options (opt5e/martial-weapon-options 1 (vals weapon-map))
15151515
:min 1
15161516
:max 1})]})]})
1517+
(opt5e/new-starting-equipment-selection
1518+
:paladin
1519+
{:name "Holy Symbol"
1520+
:options (map
1521+
#(opt5e/starting-equipment-option % 1)
1522+
equipment5e/holy-symbols)})
15171523
(opt5e/new-starting-equipment-selection
15181524
:paladin
15191525
{:name "Melee Weapon"

0 commit comments

Comments
 (0)