Skip to content

Commit cf58236

Browse files
authored
Merge pull request #367 from datdamnzotz/#362-Paladin-Starting-Equipment-missing-Holy-Symbol
Fix for missing Holy Symbol
2 parents 85dc485 + 8be3eab commit cf58236

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)