Commit 52245acc authored by mercury233's avatar mercury233 Committed by DailyShana

fix Kaiju Capture Mission (#624)

parent 5154c278
......@@ -72,7 +72,7 @@ function c81057455.posop(e,tp,eg,ep,ev,re,r,rp)
end
function c81057455.drcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
return c:GetPreviousControler()==tp and rp==1-tp and c:IsReason(REASON_DESTROY+REASON_EFFECT)
return c:GetPreviousControler()==tp and rp==1-tp and bit.band(r,0x41)==0x41
end
function c81057455.drtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsPlayerCanDraw(tp,2) 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