Skip to content

Commit c09bbae

Browse files
Merge pull request #42 from PathOfBuildingCommunity/fix_seismic
Fix Seismic Cry being treated as an Attack instead of a hit
2 parents 7a001ec + 979652b commit c09bbae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Data/Skills/act_str.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10582,7 +10582,7 @@ skills["SeismicCryPlayer"] = {
1058210582
statDescriptionScope = "seismic_cry",
1058310583
baseFlags = {
1058410584
warcry = true,
10585-
attack = true,
10585+
hit = true,
1058610586
area = true,
1058710587
},
1058810588
constantStats = {

src/Export/Skills/act_str.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ end,
621621
#skill SeismicCryPlayer
622622
#startSets
623623
#set SeismicCryPlayer
624-
#flags warcry attack area
624+
#flags warcry hit area
625625
#mods
626626
#skillEnd
627627

0 commit comments

Comments
 (0)