From 8be3eab7c74e637ca91bb9837ae30487ff953aa6 Mon Sep 17 00:00:00 2001 From: DatDamnZotz Date: Tue, 28 Apr 2020 09:58:52 -0600 Subject: [PATCH] Fix for missing Holy Symbol --- src/cljc/orcpub/dnd/e5/classes.cljc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/cljc/orcpub/dnd/e5/classes.cljc b/src/cljc/orcpub/dnd/e5/classes.cljc index d3889fd6b..5de122b7c 100644 --- a/src/cljc/orcpub/dnd/e5/classes.cljc +++ b/src/cljc/orcpub/dnd/e5/classes.cljc @@ -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"