Commit 7bec1c87 authored by Tachibana's avatar Tachibana 🐟

wdnmd

parent 002906c0
Pipeline #25924 passed with stages
in 31 minutes and 39 seconds
......@@ -48,6 +48,9 @@ end
function cm.indfilter(c)
return c:IsFaceup() and c:IsRace(RACE_FISH)
end
function cm.indcon(e)
return Duel.IsExistingMatchingCard(cm.indfilter,e:GetHandlerPlayer(),LOCATION_MZONE,LOCATION_MZONE,1,nil)
end
function cm.discon(e,tp,eg,ep,ev,re,r,rp)
local race=Duel.GetChainInfo(ev,CHAININFO_TRIGGERING_RACE)
return re:IsActiveType(TYPE_MONSTER) and race&RACE_FISH>0
......
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