Commit c6b8581f authored by nanahira's avatar nanahira

more fixes

parent f6d97c82
......@@ -55,7 +55,7 @@ function cm.initial_effect(c)
end)
e2:SetOperation(function(e,tp,eg,ep,ev,re,r,rp,chk)
local tc=Duel.GetFirstTarget()
if not tc:IsRelateToEffect(e) then return end
if not tc:IsLocation(LOCATION_DECK) then return end
if tc:IsType(TYPE_SPELL+TYPE_TRAP) then
Duel.SendtoHand(tc,tp,REASON_EFFECT)
else
......@@ -161,7 +161,7 @@ function cm.initial_effect(c)
e1:SetTargetRange(1,0)
Duel.RegisterEffect(e1,tp)
end)
e2:SetCountLimit(1,m-100)
e2:SetCountLimit(1,m-200)
c:RegisterEffect(e2)
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