Commit 24d1e2f0 authored by GuGu's avatar GuGu

Update c11036.lua

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