Skip to content

Commit

Permalink
Merge pull request #5869 from UmeboshiXI/Magical_Mobskill_Fix
Browse files Browse the repository at this point in the history
[lua] mobMagicalMove 0 damage fix
  • Loading branch information
claywar authored Jun 1, 2024
2 parents 1daaae0 + ff5afa5 commit d914e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/globals/mobskills.lua
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ end
xi.mobskills.mobMagicalMove = function(actor, target, action, baseDamage, actionElement, damageModifier, tpEffect, tpMultiplier)
local returnInfo = {} -- TODO: Destroy

local finalDamage = 0
local finalDamage = baseDamage

-- Base damage
if tpEffect == xi.mobskills.magicalTpBonus.DMG_BONUS then
Expand Down

0 comments on commit d914e0a

Please sign in to comment.