Skip to content

Commit f4c8e1a

Browse files
authored
Fix Chain Support (#407)
1 parent 44b70c9 commit f4c8e1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Data/Skills/sup_dex.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ skills["SupportChainPlayer"] = {
249249
statDescriptionScope = "gem_stat_descriptions",
250250
statMap = {
251251
["support_chain_hit_damage_+%_final"] = {
252-
mod("Damage", "MORE", nil),
252+
mod("Damage", "MORE", nil, ModFlag.Hit),
253253
},
254254
},
255255
baseFlags = {

src/Export/Skills/sup_dex.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ statMap = {
6565
#set SupportChainPlayer
6666
statMap = {
6767
["support_chain_hit_damage_+%_final"] = {
68-
mod("Damage", "MORE", nil),
68+
mod("Damage", "MORE", nil, ModFlag.Hit),
6969
},
7070
},
7171
#mods

0 commit comments

Comments
 (0)