Skip to content

Commit e6ee48b

Browse files
authored
Update c511000697.lua
1 parent 5d126d6 commit e6ee48b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unofficial/c511000697.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function s.atkcon(e)
2323
local ec=e:GetHandler():GetEquipTarget()
2424
local ac=Duel.GetAttacker()
2525
local dc=Duel.GetAttackTarget()
26-
return ec and ac~=nil and dc~nil and (ac==ec or dc==ec)
26+
return ec and ac~=nil and dc~=nil and (ac==ec or dc==ec)
2727
end
2828
function s.atkval(e,c)
2929
local eq=e:GetHandler():GetEquipTarget()

0 commit comments

Comments
 (0)