Commit 32ae73e9 authored by mercury233's avatar mercury233 Committed by GitHub

fix Myutant Clash

parent dd73f7cb
...@@ -71,8 +71,9 @@ function c5466615.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -71,8 +71,9 @@ function c5466615.activate(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c5466615.drcon(e,tp,eg,ep,ev,re,r,rp) function c5466615.drcon(e,tp,eg,ep,ev,re,r,rp)
local ec,bc=Duel.GetBattleMonster(tp) local rc=eg:GetFirst()
return ec and bc and ec:IsSetCard(0x157) and ec:IsLevelAbove(8) return rc:IsRelateToBattle() and rc:IsStatus(STATUS_OPPO_BATTLE) and rc:IsControler(tp)
and rc:IsFaceup() and rc:IsSetCard(0x157) and rc:IsLevelAbove(8)
end end
function c5466615.drtg(e,tp,eg,ep,ev,re,r,rp,chk) function c5466615.drtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsPlayerCanDraw(tp,1) end if chk==0 then return Duel.IsPlayerCanDraw(tp,1) end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment