Skip to content

Commit

Permalink
Merge pull request #367 from datdamnzotz/#362-Paladin-Starting-Equipm…
Browse files Browse the repository at this point in the history
…ent-missing-Holy-Symbol

Fix for missing Holy Symbol
  • Loading branch information
datdamnzotz authored Apr 29, 2020
2 parents 85dc485 + 8be3eab commit cf58236
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/cljc/orcpub/dnd/e5/classes.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -1514,6 +1514,12 @@
:options (opt5e/martial-weapon-options 1 (vals weapon-map))
:min 1
:max 1})]})]})
(opt5e/new-starting-equipment-selection
:paladin
{:name "Holy Symbol"
:options (map
#(opt5e/starting-equipment-option % 1)
equipment5e/holy-symbols)})
(opt5e/new-starting-equipment-selection
:paladin
{:name "Melee Weapon"
Expand Down

0 comments on commit cf58236

Please sign in to comment.