Commit 5f187764 authored by GuGu's avatar GuGu

Update c11036.lua

parent 9863ce32
Pipeline #41148 passed with stage
in 23 seconds
......@@ -40,7 +40,8 @@ function c11036.operation(e,tp,eg,ep,ev,re,r,rp)
Duel.RegisterEffect(e1,tp)
end
function c11036.aclimit(e,re,tp)
return re:GetHandler():GetLocation()==LOCATION_REMOVED or re:GetHandler():GetLocation()==LOCATION_HAND
return (re:GetHandler():GetActivateLocation()==LOCATION_REMOVED or re:GetHandler():GetActivateLocation()==LOCATION_HAND)
and not re:IsHasType(EFFECT_TYPE_ACTIVATE)
end
function c11036.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():IsReleasable() 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