Skip to content

Commit 8ed0a88

Browse files
authored
Update "Performage Mirror Conductor (Anime)"
Should not be able to activate effect if it battles a Link Monster.
1 parent 9aeab82 commit 8ed0a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unofficial/c511001565.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ end
3838
function s.adswapcon(e,tp,eg,ep,ev,re,r,rp)
3939
local c=e:GetHandler()
4040
local bc=c:GetBattleTarget()
41-
return c:IsRelateToBattle() and bc and bc:IsControler(1-tp) and bc:IsRelateToBattle() and bc:IsFaceup()
41+
return c:IsRelateToBattle() and bc and bc:IsControler(1-tp) and bc:IsRelateToBattle() and bc:IsFaceup() and bc:HasDefense()
4242
end
4343
function s.adswaptg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
4444
local bc=e:GetHandler():GetBattleTarget()

0 commit comments

Comments
 (0)