We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d126d6 commit e6ee48bCopy full SHA for e6ee48b
unofficial/c511000697.lua
@@ -23,7 +23,7 @@ function s.atkcon(e)
23
local ec=e:GetHandler():GetEquipTarget()
24
local ac=Duel.GetAttacker()
25
local dc=Duel.GetAttackTarget()
26
- return ec and ac~=nil and dc~nil and (ac==ec or dc==ec)
+ return ec and ac~=nil and dc~=nil and (ac==ec or dc==ec)
27
end
28
function s.atkval(e,c)
29
local eq=e:GetHandler():GetEquipTarget()
0 commit comments