Skip to content

Commit

Permalink
Fixes Issue larrychristensen#251
Browse files Browse the repository at this point in the history
Added missing light property to Sickle
  • Loading branch information
codeGlaze committed Nov 19, 2019
1 parent 9c37a1a commit 428c218
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cljc/orcpub/dnd/e5/weapons.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@
::type :simple,
::damage-die-count 1,
::melee? true,
:key :sickle
:key :sickle,
::light? true,
::link "https://en.wikipedia.org/wiki/Sickle"}
{::melee? true,
::versatile {::damage-die 8, ::damage-die-count 1},
Expand Down

0 comments on commit 428c218

Please sign in to comment.