Commit bf902f9e authored by 伊蕾娜's avatar 伊蕾娜

修复银雨·常夜雨兎效果发动条件检测错误的bug

parent 397efe5c
Pipeline #32857 passed with stage
in 8 seconds
...@@ -36,7 +36,7 @@ function cCardno.spcon(e,c) ...@@ -36,7 +36,7 @@ function cCardno.spcon(e,c)
end end
-- --
function cCardno.tg(e,tp,eg,ep,ev,re,r,rp,chk) function cCardno.tg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(nil,tp,0,LOCATION_HAND,1,nil) end if chk==0 then return Duel.IsExistingMatchingCard(nil,tp,0,LOCATION_DECK,1,nil) end
end end
function cCardno.filter(c,e,tp) function cCardno.filter(c,e,tp)
return c:IsAbleToHand() and c:IsSetCard(0x456) and c:IsType(TYPE_MONSTER) return c:IsAbleToHand() and c:IsSetCard(0x456) and c:IsType(TYPE_MONSTER)
......
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