Commit 0edd4880 authored by wyykak's avatar wyykak

temp fix of 22261101

Signed-off-by: wyykak's avatarwyykak <wyy_1414@126.com>
parent 9fe57a4a
Pipeline #33055 passed with stage
in 39 seconds
...@@ -84,5 +84,5 @@ function c22261101.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -84,5 +84,5 @@ function c22261101.activate(e,tp,eg,ep,ev,re,r,rp)
Duel.RegisterEffect(e1,tp) Duel.RegisterEffect(e1,tp)
end end
function c22261101.splimit(e,c) function c22261101.splimit(e,c)
return not (c:IsLocation(LOCATION_SZONE) or c:IsLocation(LOCATION_EXTRA)) return c:IsLocation(LOCATION_HAND|LOCATION_GRAVE|LOCATION_DECK|LOCATION_REMOVED)
end 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