Commit 67372a05 authored by wind2009's avatar wind2009

Revert "Revert "fix オノマト選択 (#2382)""

This reverts commit 71b4693e.
parent ee855215
...@@ -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