Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion archetype_setcode_constants.lua
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ SET_ECCLESIA = 0x1cf
SET_END_OF_THE_WORLD = 0x1d1
SET_FAIRY_TAIL = 0x1d2
SET_ELFNOTE = 0x1d0
SET_GMX = 0x1d4
--Released but the official English name is unconfirmed
SET_CLOWN_CREW = 0x1d3
--Pre-release archetypes
SET_GMX = 0x1d4
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions pre-release/c101303091.lua → official/c56034579.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ function s.initial_effect(c)
e2:SetOperation(s.tdop)
c:RegisterEffect(e2)
end
s.listed_names={101303096} --"GMX Applied Experiment #55"
s.listed_names={18795635} --"GMX Applied Experiment #55"
s.listed_series={SET_GMX}
function s.thfilter(c)
return c:IsCode(101303096) and c:IsAbleToHand()
return c:IsCode(18795635) and c:IsAbleToHand()
end
function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler()
Expand Down Expand Up @@ -78,4 +78,4 @@ function s.tdop(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
end
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.