Commit 623f368a authored by mercury233's avatar mercury233

fix

parent 52ff8d50
...@@ -43,7 +43,7 @@ function c100412025.drcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -43,7 +43,7 @@ function c100412025.drcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
local rc=eg:GetFirst() local rc=eg:GetFirst()
return rc:IsRelateToBattle() and rc:IsStatus(STATUS_OPPO_BATTLE) return rc:IsRelateToBattle() and rc:IsStatus(STATUS_OPPO_BATTLE)
and rc:IsFaceup() and rc:IsSetCard(0x228) and rc:IsControler(tp) and rc:IsFaceup() and rc:IsRace(RACE_SPELLCASTER) and rc:IsControler(tp)
end end
function c100412025.drtg(e,tp,eg,ep,ev,re,r,rp,chk) function c100412025.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