Skip to content

Commit

Permalink
fix for skills with 'cannot_pierce' stat
Browse files Browse the repository at this point in the history
  • Loading branch information
homutan committed Dec 10, 2019
1 parent a2c1398 commit 5ab8265
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Data/3_0/SkillStatMap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,9 @@ return {
["always_pierce"] = {
flag("PierceAllTargets"),
},
["cannot_pierce"] = {
flag("CannotPierce"),
},
["base_number_of_additional_arrows"] = {
mod("ProjectileCount", "BASE", nil),
},
Expand Down

0 comments on commit 5ab8265

Please sign in to comment.