Skip to content

Commit 01188a5

Browse files
committed
Fix earthbound release anime
1 parent 0c841a4 commit 01188a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

unofficial/c100000430.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--地縛解放
2-
--Earthbound Release
2+
--Earthbound Release (Anime)
33
local s,id=GetID()
44
function s.initial_effect(c)
55
--Activate
@@ -19,8 +19,8 @@ end
1919
s.listed_series={SET_EARTHBOUND_IMMORTAL}
2020
function s.cost(e,tp,eg,ep,ev,re,r,rp,chk)
2121
local dg=Duel.GetMatchingGroup(aux.TRUE,tp,0,LOCATION_MZONE,nil)
22-
if chk==0 then return Duel.CheckReleaseGroupCost(tp,Card.IsSetCard,1,false,aux.ReleaseCheckTarget,nil,dg,SET_EARTHBOUND_IMMORTAL) end
23-
local g=Duel.SelectReleaseGroupCost(tp,Card.IsSetCard,1,1,false,aux.ReleaseCheckTarget,nil,dg,SET_EARTHBOUND_IMMORTAL)
22+
if chk==0 then return Duel.CheckReleaseGroupCost(tp,Card.IsSetCard,1,false,aux.ReleaseCheckTarget,dg,SET_EARTHBOUND_IMMORTAL) end
23+
local g=Duel.SelectReleaseGroupCost(tp,Card.IsSetCard,1,1,false,aux.ReleaseCheckTarget,dg,SET_EARTHBOUND_IMMORTAL)
2424
Duel.Release(g,REASON_COST)
2525
end
2626
function s.filter(c,p)
@@ -39,4 +39,4 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
3939
local dam=Duel.GetOperatedGroup():GetSum(Card.GetPreviousAttackOnField)
4040
Duel.Damage(1-tp,dam,REASON_EFFECT)
4141
end
42-
end
42+
end

0 commit comments

Comments
 (0)