Commit 9863ce32 authored by GuGu's avatar GuGu

Update c29059.lua

parent 72e49496
Pipeline #41147 passed with stage
in 1 minute and 36 seconds
......@@ -86,5 +86,5 @@ function c29059.operation2(e,tp,eg,ep,ev,re,r,rp)
Duel.RegisterEffect(e1, tp)
end
function c29059.aclimit(e, re, tp)
return re:GetActivateLocation() == LOCATION_HAND and not re:IsHasType(EFFECT_TYPE_ACTIVATE)
return (re:GetActivateLocation() == LOCATION_HAND) and not re:IsHasType(EFFECT_TYPE_ACTIVATE)
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