Commit a4761ad7 authored by mercury233's avatar mercury233 Committed by GitHub

fix Ghoti Cosmos

parent 226dc541
......@@ -35,6 +35,7 @@ function s.activate(e,tp,eg,ep,ev,re,rp)
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_INDESTRUCTABLE_BATTLE)
e1:SetTargetRange(LOCATION_MZONE,0)
e1:SetTarget(aux.TargetBoolFunction(Card.IsRace,RACE_FISH))
e1:SetReset(RESET_PHASE+PHASE_END)
e1:SetValue(1)
Duel.RegisterEffect(e1,tp)
......
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