Commit ccdaa0ec authored by Chen Bill's avatar Chen Bill Committed by GitHub

fix オノマト選択 (#2382)

parent c4ae724f
...@@ -20,7 +20,7 @@ function c85119159.initial_effect(c) ...@@ -20,7 +20,7 @@ function c85119159.initial_effect(c)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
function c85119159.filter(c) function c85119159.filter(c)
return c:IsAbleToHand() and (c:IsSetCard(0x13a) or c:IsCode(8512558)) and not c:IsCode(85119159) return c:IsAbleToHand() and c:IsSetCard(0x13a) and not c:IsCode(85119159)
end end
function c85119159.activate(e,tp,eg,ep,ev,re,r,rp) function c85119159.activate(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetMatchingGroup(c85119159.filter,tp,LOCATION_DECK,0,nil) local g=Duel.GetMatchingGroup(c85119159.filter,tp,LOCATION_DECK,0,nil)
......
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