Skip to content

Commit 3c2612f

Browse files
LocalIdentityLocalIdentity
andauthored
Fix Melee mods not affecting the damage of Combust (#2282)
Was missing the skill flag Co-authored-by: LocalIdentity <localidentity2@gmail.com>
1 parent bca7116 commit 3c2612f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/Data/Skills/other.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18070,6 +18070,7 @@ skills["TemperWeaponCombustionPlayer"] = {
1807018070
baseFlags = {
1807118071
attack = true,
1807218072
area = true,
18073+
melee = true,
1807318074
},
1807418075
constantStats = {
1807518076
{ "imbue_weapon_combust_trigger_chance_%", 100 },

src/Export/Skills/other.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1250,7 +1250,7 @@ statMap = {
12501250
#from tree
12511251
#skill TemperWeaponCombustionPlayer
12521252
#set TemperWeaponCombustionPlayer
1253-
#flags attack area
1253+
#flags attack area melee
12541254
#mods
12551255
#skillEnd
12561256

0 commit comments

Comments
 (0)