Commit 93f2b3c5 authored by GuGu's avatar GuGu

Update c31093.lua

parent 682ce25b
Pipeline #29063 passed with stage
in 9 seconds
...@@ -40,7 +40,7 @@ function s.initial_effect(c) ...@@ -40,7 +40,7 @@ function s.initial_effect(c)
end end
function s.thfilter(c) function s.thfilter(c)
return c:IsCode(0x275) and c:IsAbleToHand() return c:IsSetCard(0x275) and c:IsAbleToHand()
end end
function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk) function s.thtg(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