Skip to content

Commit af8a0e3

Browse files
authored
"Burst Protocol-EN" official release script updates
1 parent f2384c5 commit af8a0e3

17 files changed

Lines changed: 4 additions & 4 deletions

archetype_setcode_constants.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ SET_ECCLESIA = 0x1cf
604604
SET_END_OF_THE_WORLD = 0x1d1
605605
SET_FAIRY_TAIL = 0x1d2
606606
SET_ELFNOTE = 0x1d0
607+
SET_GMX = 0x1d4
607608
--Released but the official English name is unconfirmed
608609
SET_CLOWN_CREW = 0x1d3
609610
--Pre-release archetypes
610-
SET_GMX = 0x1d4
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ function s.initial_effect(c)
2727
e2:SetOperation(s.tdop)
2828
c:RegisterEffect(e2)
2929
end
30-
s.listed_names={101303096} --"GMX Applied Experiment #55"
30+
s.listed_names={18795635} --"GMX Applied Experiment #55"
3131
s.listed_series={SET_GMX}
3232
function s.thfilter(c)
33-
return c:IsCode(101303096) and c:IsAbleToHand()
33+
return c:IsCode(18795635) and c:IsAbleToHand()
3434
end
3535
function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
3636
local c=e:GetHandler()
@@ -78,4 +78,4 @@ function s.tdop(e,tp,eg,ep,ev,re,r,rp)
7878
end
7979
end
8080
end
81-
end
81+
end

0 commit comments

Comments
 (0)