Skip to content

Commit b1de9a0

Browse files
author
LocalIdentity
committed
Fix Melee mods not affecting the damage of Combust
Was missing the skill flag
1 parent b1aa8ad commit b1de9a0

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)