Skip to content

Commit 108f30f

Browse files
LocalIdentityLocalIdentity
andauthored
Fix Melee damage not scaling Hammers from Holy Hammers (#9627)
I thought the hammers wouldn't have the melee tag but that does not appear to be the case Co-authored-by: LocalIdentity <localidentity2@gmail.com>
1 parent be5d73c commit 108f30f

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

src/Data/Skills/act_str.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6079,11 +6079,9 @@ skills["HolyHammers"] = {
60796079
},
60806080
{
60816081
name = "First Hammer",
6082-
melee = false,
60836082
},
60846083
{
60856084
name = "Other Hammers",
6086-
melee = false,
60876085
},
60886086
},
60896087
statMap = {

src/Export/Skills/act_str.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,11 +1036,9 @@ local skills, mod, flag, skill = ...
10361036
},
10371037
{
10381038
name = "First Hammer",
1039-
melee = false,
10401039
},
10411040
{
10421041
name = "Other Hammers",
1043-
melee = false,
10441042
},
10451043
},
10461044
statMap = {

0 commit comments

Comments
 (0)