Commit f098f47d authored by wind2009's avatar wind2009

Fix 表裏の女神

parent 9ce8cb2c
Pipeline #30718 passed with stages
in 1 minute and 14 seconds
......@@ -28,7 +28,7 @@ function s.initial_effect(c)
end
s.toss_coin=true
function s.thfilter(c)
return not c:IsCode(id) and c.toss_coin and c:IsAbleToHand()
return not c:IsCode(id) and c.toss_coin and c:IsType(TYPE_MONSTER) and c:IsAbleToHand()
end
function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(s.thfilter,tp,LOCATION_DECK,0,1,nil) 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