Commit 393aa312 authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 9af51d85
...@@ -26,8 +26,8 @@ function c78084378.initial_effect(c) ...@@ -26,8 +26,8 @@ function c78084378.initial_effect(c)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
function c78084378.cost(e,tp,eg,ep,ev,re,r,rp,chk) function c78084378.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.CheckReleaseGroup(tp,Card.IsRace,1,e:GetHandler(),RACE_CYBERSE) end if chk==0 then return Duel.CheckReleaseGroup(tp,Card.IsRace,1,nil,RACE_CYBERSE) end
local g=Duel.SelectReleaseGroup(tp,Card.IsRace,1,1,e:GetHandler(),RACE_CYBERSE) local g=Duel.SelectReleaseGroup(tp,Card.IsRace,1,1,nil,RACE_CYBERSE)
Duel.Release(g,REASON_COST) Duel.Release(g,REASON_COST)
end end
function c78084378.operation(e,tp,eg,ep,ev,re,r,rp) function c78084378.operation(e,tp,eg,ep,ev,re,r,rp)
......
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