Commit f7355cf0 authored by GuGu's avatar GuGu

Update c20159.lua

parent e82ec524
Pipeline #41152 passed with stage
in 6 seconds
...@@ -40,5 +40,5 @@ function c20159.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -40,5 +40,5 @@ function c20159.activate(e,tp,eg,ep,ev,re,r,rp)
Duel.SendtoHand(g,nil,REASON_EFFECT) Duel.SendtoHand(g,nil,REASON_EFFECT)
end end
function c20159.aclimit(e,re,tp) function c20159.aclimit(e,re,tp)
return re:GetHandler():IsLocation(LOCATION_ONFIELD+LOCATION_GRAVE) return (re:GetHandler():IsOnField() or re:GetActivateLocation()==LOCATION_GRAVE) or re:IsHasType(EFFECT_TYPE_ACTIVATE)
end 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