Commit 3a0e4461 authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent 8abca693
......@@ -58,7 +58,7 @@ function cm.target(event)
if e:GetLabel()==0 then return false end
e:SetLabel(0)
return Duel.IsExistingMatchingCard(cm.filter,tp,LOCATION_GRAVE,0,1,nil,event)
and (Duel.IsExistingMatchingCard(cm.costfilter,tp,LOCATION_GRAVE,0,1,nil) or Duel.IsPlayerAffectedByEffect(tp,1090006)) end
and (Duel.IsExistingMatchingCard(cm.costfilter,tp,LOCATION_GRAVE,0,1,nil) or Duel.IsPlayerAffectedByEffect(tp,1090006))
end
e:SetLabel(0)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK)
......
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