Commit 8fbc87a7 authored by wyykak's avatar wyykak

additional fix

Signed-off-by: wyykak's avatarwyykak <wyy_1414@126.com>
parent 0edd4880
Pipeline #33056 passed with stage
in 25 seconds
......@@ -84,5 +84,5 @@ function c22261101.activate(e,tp,eg,ep,ev,re,r,rp)
Duel.RegisterEffect(e1,tp)
end
function c22261101.splimit(e,c)
return c:IsLocation(LOCATION_HAND|LOCATION_GRAVE|LOCATION_DECK|LOCATION_REMOVED)
return c:IsLocation(LOCATION_HAND|LOCATION_GRAVE|LOCATION_DECK|LOCATION_REMOVED|LOCATION_OVERLAY)
end
\ No newline at end of file
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