Skip to content

Commit 21eb6b3

Browse files
authored
"Terminal World 2" + "Burial Bicorn Carnovorus" official release script updates
1 parent f76fb86 commit 21eb6b3

17 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
local s,id=GetID()
55
function s.initial_effect(c)
66
c:EnableReviveLimit()
7-
c:AddMustBeRitualSummoned()
87
--Pendulum Summon procedure
98
Pendulum.AddProcedure(c)
9+
c:AddMustBeRitualSummoned()
1010
--Banish 1 Spell/Trap on the field
1111
local e1=Effect.CreateEffect(c)
1212
e1:SetDescription(aux.Stringid(id,0))
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function s.efftg(e,tp,eg,ep,ev,re,r,rp,chk)
4343
local b1=not Duel.HasFlagEffect(tp,id)
4444
and Fusion.SummonEffTG(params)(e,tp,eg,ep,ev,re,r,rp,0)
4545
--Add 1 "Gem-" monster from your Deck or banishment to your hand
46-
local b2=not Duel.HasFlagEffect(tp,id+100)
46+
local b2=not Duel.HasFlagEffect(tp,id+1)
4747
and Duel.IsExistingMatchingCard(s.thfilter,tp,LOCATION_DECK|LOCATION_REMOVED,0,1,nil)
4848
if chk==0 then return b1 or b2 end
4949
local op=Duel.SelectEffect(tp,
@@ -56,7 +56,7 @@ function s.efftg(e,tp,eg,ep,ev,re,r,rp,chk)
5656
Fusion.SummonEffTG(params)(e,tp,eg,ep,ev,re,r,rp,1)
5757
elseif op==2 then
5858
e:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
59-
Duel.RegisterFlagEffect(tp,id+100,RESET_PHASE|PHASE_END,0,1)
59+
Duel.RegisterFlagEffect(tp,id+1,RESET_PHASE|PHASE_END,0,1)
6060
Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,1,tp,LOCATION_DECK|LOCATION_REMOVED)
6161
end
6262
end

0 commit comments

Comments
 (0)