Commit 6d274f81 authored by Tachibana's avatar Tachibana

eme

parent 2f2cc503
Pipeline #9204 passed with stages
in 27 minutes and 23 seconds
......@@ -42,7 +42,7 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
function cm.tdfilter(c)
return (c:IsFaceup() or c:IsLocation(LOCATION_GRAVE)) and c:IsSetCard(0x603) and c:IsAbleToDeck()
return (c:IsFaceup() or c:IsLocation(LOCATION_GRAVE)) and c:IsSetCard(0x603) and c:IsType(TYPE_MONSTER) and c:IsAbleToDeck()
end
function cm.drtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_GRAVE+LOCATION_REMOVED) and chkc:IsControler(tp) and cm.tdfilter(chkc) end
......
......@@ -131,6 +131,7 @@ function c9330019.limop(e,tp,eg,ep,ev,re,r,rp,c)
e1:SetTargetRange(LOCATION_MZONE,0)
e1:SetTarget(c9330019.atktg)
e1:SetReset(RESET_PHASE+PHASE_END)
Duel.RegisterEffect(e1,tp)
end
function c9330019.atktg(e,c)
return not c:IsSetCard(0xaf93)
......
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